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
Original report by me.
I run a simulation with hoomd.dump.getar(dynamic=['all']) and then try to load it back with hoomd.init.read_getar(modes={'any':'any'}).
hoomd.dump.getar(dynamic=['all'])
hoomd.init.read_getar(modes={'any':'any'})
I don't have any information in angle_tag, and it throws RuntimeError: Found no data at angle/tag.u32.ind when I try to load.
angle_tag
RuntimeError: Found no data at angle/tag.u32.ind
This bug only occurs on the sqlite backend (see attached reproduction script and sample file).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original report by me.
I run a simulation with
hoomd.dump.getar(dynamic=['all'])
and then try to load it back withhoomd.init.read_getar(modes={'any':'any'})
.I don't have any information in
angle_tag
, and it throwsRuntimeError: Found no data at angle/tag.u32.ind
when I try to load.This bug only occurs on the sqlite backend (see attached reproduction script and sample file).
The text was updated successfully, but these errors were encountered: