Skip to content
Snippets Groups Projects

added option to change History.squeeze behavior

Merged David Schäfer requested to merge flag-aggregation into develop
All threads resolved!
@@ -253,6 +253,7 @@ def test_append_force(__hist, s, max_val):
)
def test_aggregations(__hist, col, expected, hist=History(index=pd.Index(range(6)))):
import saqc.core.history
hist.append(col)
check_invariants(hist)
for aggregation in ["last", "min", "max"]:
Loading