Skip to content

Commit 48f7a0e

Browse files
committed
typo
1 parent 34dd608 commit 48f7a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/tests/test_skopt_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def g(x, noise_level=0.1):
3131
def test_skopt_learner_4D_runs():
3232
"""The SKOptLearner provides very few guarantees about its
3333
behaviour, so we only test the most basic usage
34-
In this case we test also for 2D domain
34+
In this case we test also for 4D domain
3535
"""
3636

3737
def g(x, noise_level=0.1):

0 commit comments

Comments
 (0)