-
Notifications
You must be signed in to change notification settings - Fork 6
Description
It worked well when I ran the PDB files in example/, and showed almost the same result as the example_output/.
But something was wrong when I used my PDB data: the last three columns in chopping_unidoc.txt were total "0 NO_SS 1.00000", and I found errors log in chopping_unidoc.log as follows:
terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::compare: __pos (which is 21) > this->size() (which is 10) Aborted (core dumped) terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::compare: __pos (which is 21) > this->size() (which is 10) Aborted (core dumped) terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::compare: __pos (which is 21) > this->size() (which is 10) Aborted (core dumped) terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::compare: __pos (which is 21) > this->size() (which is 10) Aborted (core dumped)