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
Hi! Great idea maintaining Mordred! I wanted to let you know that, for some smiles, this line will introduce NaNs into the fingerprint raising the following error:
/home/cappelle/miniconda3/lib/python3.12/site-packages/mordred/_matrix_attributes.py:251: RuntimeWarning: invalid value encountered in scalar power
s += (eig.vec[i, eig.max] * eig.vec[j, eig.max]) ** -0.5
I encountered this error when computing fingerprints for a large number of smiles, so it is a bit hard to understand which ones were the culprit. I will report them here if I identify them, but I thought important to let you know that it can indeed happen.
The text was updated successfully, but these errors were encountered:
I've seen this error as well, but never tried to really track it down. I look forward to seeing the SMILES you identify that can cause this - I am sure we can figure it out with that information.
Hi! Great idea maintaining Mordred! I wanted to let you know that, for some smiles, this line will introduce NaNs into the fingerprint raising the following error:
I encountered this error when computing fingerprints for a large number of smiles, so it is a bit hard to understand which ones were the culprit. I will report them here if I identify them, but I thought important to let you know that it can indeed happen.
The text was updated successfully, but these errors were encountered: