Skip to content

Commit

Permalink
Merge pull request #137 from Image-X-Institute/bwheelz36-patch-2
Browse files Browse the repository at this point in the history
Update test_optimisers.py
  • Loading branch information
bwheelz36 authored Jan 1, 2025
2 parents 287708d + c1691c5 commit cbb96da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimisers.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_Nelder_Mead_UserDefinedSimplex():

def test_Bayesian():
## Test Bayesian
optimisation_params['Nitterations'] = 100
optimisation_params['Nitterations'] = 200
optimisation_params['Suggestions'] = np.array([0.7, 0.7])

Optimiser = to.BayesianOptimiser(optimisation_params=optimisation_params, BaseDirectory=BaseDirectory,
Expand Down

0 comments on commit cbb96da

Please sign in to comment.