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
DeprecationWarning appears generating fingerprints (e.g., ECFP) with FPVecTransformer when a recent version of RDKit is installed. Like in datamol, the code can be reworked to use rdFingerprintGenerator.
Pitch
The DeprecationWarning is the main issue for me, and in fact the implementation does not matter as long as it can be suppressed.
Motivation
DeprecationWarning
appears generating fingerprints (e.g., ECFP) withFPVecTransformer
when a recent version of RDKit is installed. Like indatamol
, the code can be reworked to userdFingerprintGenerator
.Pitch
The
DeprecationWarning
is the main issue for me, and in fact the implementation does not matter as long as it can be suppressed.Additional context
Related issue: datamol-io/datamol#225
The text was updated successfully, but these errors were encountered: