Skip to content

Commit

Permalink
small typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel authored and EwoutH committed Jun 18, 2023
1 parent b985269 commit 23648de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_util/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_load_results(self):

experiments["x"] = np.random.rand(nr_experiments)
experiments["y"] = np.random.randint(0, 10, size=nr_experiments)
experiments["y"] = np.random.randint(0, 1, size=nr_experiments, dtype=bool)
experiments["z"] = np.random.randint(0, 1, size=nr_experiments, dtype=bool)
experiments["q"] = np.random.randint(0, 10, size=nr_experiments).astype(object)
experiments["q"] = experiments["q"].astype("category")

Expand Down

0 comments on commit 23648de

Please sign in to comment.