Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay committed Dec 7, 2023
1 parent 61ce5d8 commit ffe48a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_orion_sweeper_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def test_orion_example(

assert isinstance(returns, DictConfig)
assert returns.name == "orion"
assert len(returns) == 15
assert len(returns) == 16

best_parameters = returns.best_evaluated_params
assert not best_parameters.dropout.is_integer()
Expand Down

0 comments on commit ffe48a2

Please sign in to comment.