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'}).
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.
This bug only occurs on the sqlite backend (see attached reproduction script and sample file).
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.indwhen I try to load.This bug only occurs on the sqlite backend (see attached reproduction script and sample file).