This commit is contained in:
Justus Kuhlmann 2025-11-03 16:07:07 +00:00
commit 4f8567a172

View file

@ -945,7 +945,7 @@ def _read_flow_obs(path: str, prefix: str, c: float, dtr_cnfg: int=1, version: s
else: else:
if steps != traj_list[1] - traj_list[0]: if steps != traj_list[1] - traj_list[0]:
raise Exception("steps and the found stepsize are not the same") raise Exception("steps and the found stepsize are not the same")
configlist.append([tr // steps // dtr_cnfg for tr in traj_list]) configlist.append([tr // steps // dtr_cnfg for tr in traj_list])
if configlist[-1][0] > 1: if configlist[-1][0] > 1:
offset = configlist[-1][0] - 1 offset = configlist[-1][0] - 1