Skip to content

Commit

Permalink
use store="time" (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Jul 26, 2024
1 parent b268f30 commit b01e5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apax/md/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(
self.sampling_rate = sampling_rate
self.traj_path = traj_path
self.time_step = time_step
self.db = znh5md.IO(self.traj_path, timestep=self.time_step)
self.db = znh5md.IO(self.traj_path, timestep=self.time_step, store="time")

self.step_counter = 0
self.buffer = []
Expand Down

0 comments on commit b01e5f5

Please sign in to comment.