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
can result in float number. AllChem.EmbedMultipleConfs will then throw an error, since it expects integers for numConfs and maxAttempts. This should be rounded to the nearest integer.
The text was updated successfully, but these errors were encountered:
. In e3fp.conformer.generate, pool_multiplier is documented to be an integer, but we don't enforce this. Probably the better approach is to throw an error if the user provides a non-integer float.
The expression:
can result in float number.
AllChem.EmbedMultipleConfs
will then throw an error, since it expects integers fornumConfs
andmaxAttempts
. This should be rounded to the nearest integer.The text was updated successfully, but these errors were encountered: