Skip to content

Commit e60feda

Browse files
committed
no components
1 parent 29fd50c commit e60feda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_harness.py

+5-5
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"
37+
active = Active(test_file, "xdata", utils.get_storage_type())
38+
active._version = 2
39+
active.method = "mean"
4040
#active.components = True
41-
#result2 = active[0:2, 4:6, 7:9]
42-
#print(result2)
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)