Closed EMVGaron closed 3 years ago
Sanitization errors are handled by adding option sanitize=False in RDKit functions. Trying to automatise the valence error is not possible since each molecule has its own issues. This will be solved by giving the user the error structures and allowing him to correct them manually.
Some molecules fail at Sanitization step. There should be a function that handles this errors and allows to classify the molecule despite this error.
Example:
This either requires a specific handler for this error or a workaround to correct the molecule at make it valid for sanitization.