Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
caglorithm committed Mar 13, 2020
1 parent 33add34 commit dc97007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exploration.py
Expand Up @@ -21,7 +21,7 @@ def evalFunction(params):
params = {"x": 1.3, "y": 2.7, "z": 0.0}
explore_params = {"x": np.linspace(-2, 2, 2), "y": np.linspace(-2, 2, 2)}

ex = mopet.Exploration(evalFunction, params, explore_params)
ex = mopet.Exploration(evalFunction, explore_params, params)

ex.run()
ex.load_results()
Expand Down

0 comments on commit dc97007

Please sign in to comment.