-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle invalid molecules #42
Handle invalid molecules #42
Conversation
# Conflicts: # scikit_mol/conversions.py # scikit_mol/fingerprints.py # tests/fixtures.py
Fantastic, hope to get time to look at it soon! |
I'll pull into a new branch and look at it further, there seem to be some type incompatibilities flagged in the automatic testing. |
e076a1c
into
EBjerrum:handle_invalid_molecules
Do you have more time to work on this, or should I simply take what I can use? |
Hey, sorry for the late reply. Take what you can use. |
Thanks, there's some good ideas in there |
This PR will allow to handle erroneous molecules to be skipped during processing without failing the entire pipeline.