You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating the SVG for H 10 C 84 N 4 S 4 , following out of range error was found to occur:
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 18446744073709551615) > this->size() (which is 0)
Aborted (core dumped)
Even though the makeopenbabel() function call is being made in a try-except block, the setup script gets aborted instead of ignoring this as exception and continuing with other files.
When generating the SVG for
H 10 C 84 N 4 S 4
, following out of range error was found to occur:Even though the
makeopenbabel()
function call is being made in a try-except block, the setup script gets aborted instead of ignoring this as exception and continuing with other files.This issue was noted with the file
which is provided in the cclib-data repository.
This problem was observed when I was trying to setup the database for a large number of files (used the entire cclib-data repository here)
However, when running the setup script only with the above mentioned file, below warning was raised:
but ran eventually and produced the SVG.
The text was updated successfully, but these errors were encountered: