From c91652f4bc36ef55f792b5e242d55bb44140a944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sch=C3=A4fer?= <david.schaefer@ufz.de> Date: Wed, 13 Mar 2024 13:56:05 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- tests/core/test_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/test_history.py b/tests/core/test_history.py index c7e67cd43..bbd9ed240 100644 --- a/tests/core/test_history.py +++ b/tests/core/test_history.py @@ -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) -- GitLab