Skip to content
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

ValueError: array split does not result in an equal division #2

Open
Idrisolaitan opened this issue Jun 1, 2024 · 1 comment
Open

Comments

@Idrisolaitan
Copy link

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

@gitesei
Copy link
Collaborator

gitesei commented Jun 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants