Skip to content

Commit 3786bdb

Browse files
committed
Remove attribute chunksize from ParticlesSimulation()
1 parent fc3c174 commit 3786bdb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pybromo/diffusion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def from_datafile(hash_, path='./', ignore_timestamps=False, mode='r'):
319319
S.position = S.traj_group.position
320320
elif 'position_rz' in S.traj_group:
321321
S.position = S.traj_group.position_rz
322-
S.chunksize = S.store.h5file.get_node('/parameters', 'chunksize')
323322
if not ignore_timestamps:
324323
try:
325324
file_ts = ParticlesSimulation.datafile_from_hash(

0 commit comments

Comments
 (0)