Skip to content

Commit 29fd50c

Browse files
committed
do nothing
1 parent 68cf00c commit 29fd50c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_harness.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ 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, "xdata", utils.get_storage_type())
38-
active._version = 2
39-
active.method = "mean"
40-
active.components = True
41-
result2 = active[0:2, 4:6, 7:9]
42-
print(result2)
37+
#active = Active(test_file, "xdata", utils.get_storage_type())
38+
#active._version = 2
39+
#active.method = "mean"
40+
#active.components = True
41+
#result2 = active[0:2, 4:6, 7:9]
42+
#print(result2)
4343
#assert mean_result == result2["sum"]/result2["n"]

0 commit comments

Comments
 (0)