Skip to content

Commit 23648de

Browse files
quaquelEwoutH
authored andcommitted
small typo in test
1 parent b985269 commit 23648de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_util/test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_load_results(self):
9797

9898
experiments["x"] = np.random.rand(nr_experiments)
9999
experiments["y"] = np.random.randint(0, 10, size=nr_experiments)
100-
experiments["y"] = np.random.randint(0, 1, size=nr_experiments, dtype=bool)
100+
experiments["z"] = np.random.randint(0, 1, size=nr_experiments, dtype=bool)
101101
experiments["q"] = np.random.randint(0, 10, size=nr_experiments).astype(object)
102102
experiments["q"] = experiments["q"].astype("category")
103103

0 commit comments

Comments
 (0)