We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3c174 commit 3786bdbCopy full SHA for 3786bdb
1 file changed
pybromo/diffusion.py
@@ -319,7 +319,6 @@ def from_datafile(hash_, path='./', ignore_timestamps=False, mode='r'):
319
S.position = S.traj_group.position
320
elif 'position_rz' in S.traj_group:
321
S.position = S.traj_group.position_rz
322
- S.chunksize = S.store.h5file.get_node('/parameters', 'chunksize')
323
if not ignore_timestamps:
324
try:
325
file_ts = ParticlesSimulation.datafile_from_hash(
0 commit comments