Skip to content

Commit

Permalink
Correct test after merge of dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Oct 27, 2023
1 parent 08aa5fd commit 99d7e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_evaluators/test_fanova.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def test_seed(self):
self.evaluator.calculate(objective, budget, seed=0)
importances2 = self.evaluator.get_importances(self.hp_names)

# No seed: Different results
assert importances["n_neurons"][1] == importances2["n_neurons"][1]
# Same seed: Same results
assert importances["batch_size"][1] == importances2["batch_size"][1]


if __name__ == "__main__":
Expand Down

0 comments on commit 99d7e32

Please sign in to comment.