Skip to content
Snippets Groups Projects
Commit c91652f4 authored by David Schäfer's avatar David Schäfer
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent de4d1321
No related branches found
No related tags found
1 merge request!826added option to change History.squeeze behavior
Pipeline #204650 passed with stages
in 5 minutes and 22 seconds
......@@ -251,7 +251,7 @@ def test_append_force(__hist, s, max_val):
(pd.Series(4, index=range(6), dtype=float), {"last": 4, "min": 0, "max": 6}),
],
)
def test_aggregations(__hist, col, expected, hist=History(index=pd.Index(range(6)))):
def test_aggregations(col, expected, hist=History(index=pd.Index(range(6)))):
import saqc.core.history
hist.append(col)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment