diff --git a/tests/test_orion_sweeper_plugin.py b/tests/test_orion_sweeper_plugin.py index f29a7f2..1f81c10 100644 --- a/tests/test_orion_sweeper_plugin.py +++ b/tests/test_orion_sweeper_plugin.py @@ -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()