We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'morgan' kind is causing error in FPVecTransformer, however in the source code it should be substituted with ecfp
ecfp
from molfeat.trans import FPVecTransformer FPVecTransformer('morgan')
# Error messages and logs here please ValueError: morgan is not a valid featurizer
- Molfeat version (e.g., 0.1.0): 0.10.1 - PyTorch Version (e.g., 1.10.0):2.2.2 - RDKit version (e.g., 2022.09.5): 2024.3.5 - scikit-learn version (e.g., 1.2.1): 1.5.1 - OS (e.g., Linux): WSL2 - How you installed Molfeat (`conda`, `pip`, source): conda
No response
The text was updated successfully, but these errors were encountered:
Fix the issue #117
facfbe8
Simple fix for an existing issue with 'morgan' kind in FPVecTransformer datamol-io#107
No branches or pull requests
Is there an existing issue for this?
Bug description
'morgan' kind is causing error in FPVecTransformer, however in the source code it should be substituted with
ecfp
How to reproduce the bug
Error messages and logs
Environment
Current environment
Additional context
No response
The text was updated successfully, but these errors were encountered: