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
I input my protein sequence and ran each cell successfully until I got to the "Simulation Analyses" where I got the issue below. Please how can I resolve this issue?
/usr/local/lib/python3.10/dist-packages/numpy/lib/shape_base.py in split(ary, indices_or_sections, axis)
862 N = ary.shape[axis]
863 if N % sections:
--> 864 raise ValueError(
865 'array split does not result in an equal division') from None
866 return array_split(ary, indices_or_sections, axis)
ValueError: array split does not result in an equal division
The text was updated successfully, but these errors were encountered:
Hi!
Thank you for your question. It seems that the issue might be caused by the number of trajectory frames not being divisible by 20. Could you please check if you specified any custom value for Simulation_time in cell 3.1?
Best regards,
Giulio
Hi,
I input my protein sequence and ran each cell successfully until I got to the "Simulation Analyses" where I got the issue below. Please how can I resolve this issue?
/usr/local/lib/python3.10/dist-packages/numpy/lib/shape_base.py in split(ary, indices_or_sections, axis)
862 N = ary.shape[axis]
863 if N % sections:
--> 864 raise ValueError(
865 'array split does not result in an equal division') from None
866 return array_split(ary, indices_or_sections, axis)
ValueError: array split does not result in an equal division
The text was updated successfully, but these errors were encountered: