Skip to content

Commit

Permalink
rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Mar 10, 2024
1 parent 78a6e22 commit 2276b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2276b59

Please sign in to comment.