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

blackyblack

parent ad4ae081
No related branches found
No related tags found
1 merge request!826added option to change History.squeeze behavior
Pipeline #204406 passed with stages
in 5 minutes and 13 seconds
......@@ -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"]:
......
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