mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-30 04:56:52 +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:
|
||||
if steps != traj_list[1] - traj_list[0]:
|
||||
raise Exception("steps and the found stepsize are not the same")
|
||||
|
||||
|
||||
configlist.append([tr // steps // dtr_cnfg for tr in traj_list])
|
||||
if configlist[-1][0] > 1:
|
||||
offset = configlist[-1][0] - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue