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
With the split(',') fix, even if I put in grid_spacing=[180, 90], the error is ValueError: invalid literal for int() with base 10: '180,180'. Also one of the docstrings suggests that the torsiondrive api should be returning a space-separated string there. So I think someone from openff or L-P's group might need to investigate. fyi @jthorton
Describe the bug
I tried to run 2D torsion scan but failed.
To Reproduce
Expected behavior
It runs.
Additional context
I got the error
I think one should change
https://github.com/MolSSI/QCEngine/blob/master/qcengine/procedures/torsiondrive.py#L184
to
angles = grid_point.split(',')
lig_ejm_55.sdf.zip
The text was updated successfully, but these errors were encountered: