From de4d13217d659b718a87a73ac017bb7aca1f0892 Mon Sep 17 00:00:00 2001 From: David Schaefer <david.schaefer@ufz.de> Date: Mon, 11 Mar 2024 16:33:34 +0100 Subject: [PATCH] blackyblack --- tests/core/test_history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/test_history.py b/tests/core/test_history.py index dd6243d87..c7e67cd43 100644 --- a/tests/core/test_history.py +++ b/tests/core/test_history.py @@ -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"]: -- GitLab