-
Notifications
You must be signed in to change notification settings - Fork 96
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
RuntimeWarning: overflow encountered in reduce #77
Comments
Thank you for your reporting. Could you please give me more detail information? (e.g. input molecule if you possible, the value you were supposed and the actual calculated value.) Cheers, |
I am afraid I can't share structures or values. I am trying to identify which descriptors give nans and though that you should be aware of the issue. Is there a way to control time-out ? |
Don't worry about it.
mordred is calculating very long time, then overflow is reported? Could you tell me the mordred version? python -c 'import mordred; print(mordred.__version__)' Thanks, |
The version that I am using is: 1.2.0 |
Thank you for your information. It seems bit strange result. Would you tell me as much as you can say about approximate size (<50 heavy atoms, Mw > 1000 etc.) of the molecule? Thanks, |
I am facing the same issue. This happens for certain descriptors but for all of my widely different molecules: (638, 175)
0 max() arg is an empty sequence (MAXssBe)
0 max() arg is an empty sequence (MAXssssBe)
0 max() arg is an empty sequence (MAXssBH)
0 max() arg is an empty sequence (MAXsssB)
0 max() arg is an empty sequence (MAXssssB)
0 1.92183
0 max() arg is an empty sequence (MAXdCH2)
0 max() arg is an empty sequence (MAXssCH2)
0 max() arg is an empty sequence (MAXtCH) ...
0 float division by zero (MDEO-11) float division by zero (MDEO-12)
0 float division by zero (MDEO-22) float division by zero (MDEN-11)
0 float division by zero (MDEN-12) float division by zero (MDEN-13)
0 2.81887 1.15194
0 float division by zero (MDEN-33) 364.741 |
Molecular descriptors not calculated
python3.6/site-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: overflow encountered in reducepython3.6/site-packages/numpy/core/fromnumeric.py:86:
Please fill me if possible.
environment
OS/distribution
rhel7
conda or pip
pip3
python version
Please execute the command and paste result.
library version
Please execute the command and paste result.
conda
pip
python -m pip list python -c 'import rdkit; print("rdkit " + rdkit.__version__)'
The text was updated successfully, but these errors were encountered: