-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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).