Skip to content
Snippets Groups Projects

added option to change History.squeeze behavior

Merged David Schäfer requested to merge flag-aggregation into develop
@@ -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)
Loading