Skip to content

Commit 2276b59

Browse files
committed
rename var
1 parent 78a6e22 commit 2276b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_harness.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def testActiveComponents(tmp_path):
3434
#d = active[0:2, 4:6, 7:9]
3535
#mean_result = np.mean(d)
3636

37-
active = Active(test_file, "data", utils.get_storage_type())
37+
active = Active(test_file, "xdata", utils.get_storage_type())
3838
active._version = 2
3939
active.method = "mean"
4040
active.components = True

0 commit comments

Comments
 (0)