We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The order of the data returned by frame.data(...) is not the one it is supplied in. This may be confusing and may lead to unexpected results.
frame.data(...)
traj[0].data("z", "x", "y") traj[0].data("x", "z", "y") traj[0].data("x", "y", "z")
No response
1.0.2
None
The text was updated successfully, but these errors were encountered:
the issue is the used numpy.unique() function which sorts the keys alphabetically.
numpy.unique()
Sorry, something went wrong.
fixed #68
452acd9
kay-ro
Successfully merging a pull request may close this issue.
Description:
The order of the data returned by
frame.data(...)
is not the one it is supplied in.This may be confusing and may lead to unexpected results.
Code for reproduction:
Error message:
No response
Python and AMEP versions:
1.0.2
Additional information:
No response
How did you install AMEP?
None
The text was updated successfully, but these errors were encountered: