yoshida-lab / XenonPy

XenonPy is a Python Software for Materials Informatics
http://xenonpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
133 stars 57 forks source link

Add error handling to NGram fit function #75

Closed stewu5 closed 5 years ago

stewu5 commented 5 years ago

When training for NGram, some SMILES may failed. Instead of raising error directly, recording the SMILES that caused the error and continue on is important!