rdkit-rs / rdkit

RDKit Made Idiomatic for Rust
12 stars 9 forks source link

Catch RDKit exceptions when converting Mol->SMILES / falible `mol_to_smiles` #24

Open JHucker opened 3 months ago

JHucker commented 3 months ago

Summary of changes / checks:

Noted that the tests for descriptors in both rdkit-sys and rdkit were not working on my local machine using conda RDKit (2022.09.1) before or after my changes. Otherwise, all tests are passing.