Skip to content

Commit fd2c196

Browse files
A patch to fix origin problems due to float rounding (#78)
1 parent 5f68a8b commit fd2c196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wigner_time/internal/origin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _to_col_var(timeline, label):
215215
t,
216216
_previous_vt(
217217
*([timeline, "value"] + _to_col_var(timeline, s2)),
218-
time__max=t + time__max__relative,
218+
time__max=t + wt_config.TIME_RESOLUTION + time__max__relative,
219219
),
220220
]
221221

0 commit comments

Comments
 (0)