-
Notifications
You must be signed in to change notification settings - Fork 128
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
Error handling and general sense on SELFIES generation #62
Comments
Dear Chupvl, Could you please provide the SMILES which produces Mario |
Hello Mario. |
Can you find the example that gives |
Hi @chupvl, In sf.encoder("SOMETHINGWRONGHERE")
To read more about error handling in Thanks for the bug report! Please let us know if the error persists! |
Hey! Where can I read about error handling and general SELFIES BS filter?
For example:
sf.encoder('1243124124')
- will just hang for a very long time, should it through the error right away?sf.encoder('SOMETHINGWRONGHERE')
will generate'[S][O][M][E][T][H][I][N][G][W][R][O][N][G][H][E][R][E]'
This is linked with the issue I have processing a list of compounds that returned an error while all SMILES were verified by the rdkit accordingly.
--> Acquiring data... Finished acquiring data. Representation: SMILES --> Translating SMILES to SELFIES... 'NoneType' object has no attribute 'find'
The text was updated successfully, but these errors were encountered: