We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a6e22 commit 2276b59Copy full SHA for 2276b59
tests/test_harness.py
@@ -34,7 +34,7 @@ def testActiveComponents(tmp_path):
34
#d = active[0:2, 4:6, 7:9]
35
#mean_result = np.mean(d)
36
37
- active = Active(test_file, "data", utils.get_storage_type())
+ active = Active(test_file, "xdata", utils.get_storage_type())
38
active._version = 2
39
active.method = "mean"
40
active.components = True
0 commit comments