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
Program stops if rdkit cannot produce a mol file from a sdf library, triggering the ValueError exception in the Compound initialization phase.
We should consider adding a generic try/except in the Library.read() method or specifically work around this issue at initialization of the Compound object.
The text was updated successfully, but these errors were encountered:
Program stops if rdkit cannot produce a mol file from a sdf library, triggering the ValueError exception in the Compound initialization phase.
We should consider adding a generic try/except in the Library.read() method or specifically work around this issue at initialization of the Compound object.
The text was updated successfully, but these errors were encountered: