From 2276b590789903cfd9985a793593506272e98891 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Sun, 10 Mar 2024 14:04:48 +0000 Subject: [PATCH] rename var --- tests/test_harness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_harness.py b/tests/test_harness.py index c42626b3..180ed80c 100644 --- a/tests/test_harness.py +++ b/tests/test_harness.py @@ -34,7 +34,7 @@ def testActiveComponents(tmp_path): #d = active[0:2, 4:6, 7:9] #mean_result = np.mean(d) - active = Active(test_file, "data", utils.get_storage_type()) + active = Active(test_file, "xdata", utils.get_storage_type()) active._version = 2 active.method = "mean" active.components = True