Skip to content

Commit

Permalink
rebasing for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnol22 committed Jan 13, 2023
1 parent dce633a commit fc8f9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/client/test_experiment_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,6 @@ def test_run_experiment_twice():
client.workon(main, max_trials=10)

client._experiment.max_trials = 20
client._experiment.algorithms.algorithm.max_trials = 20
client._experiment.algorithm.algorithm.max_trials = 20

client.workon(main, max_trials=20)

0 comments on commit fc8f9f0

Please sign in to comment.