mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-29 20:46:54 +01:00
lint
This commit is contained in:
parent
1e00caf3c1
commit
4f8567a172
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue