You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The following code to generate conformers using datamol works fine with RDKit version 2022.09.5, but fails with RDKit version 2024.03.1. This inconsistency might be due to changes in RDKit which datamol has not yet adapted to.
Description:
The following code to generate conformers using
datamol
works fine with RDKit version2022.09.5
, but fails with RDKit version2024.03.1
. This inconsistency might be due to changes in RDKit whichdatamol
has not yet adapted to.Versions:
datamol
: 0.12.4rdkit
: 2022.09.5 (works fine)rdkit
: 2024.03.1 (raises error)Reproducible Code:
Error Traceback:
Steps to Reproduce:
datamol
version0.12.4
.rdkit
version2024.03.1
.Expected Behavior:
The conformers should be generated without any errors as it works with RDKit version
2022.09.5
.Actual Behavior:
The conformer generation raises a
ValueError
with RDKit version2024.03.1
.The text was updated successfully, but these errors were encountered: