We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c753414 commit 96f2630Copy full SHA for 96f2630
adaptive/tests/test_skopt_learner.py
@@ -10,7 +10,7 @@
10
11
12
@pytest.mark.skipif(not with_scikit_optimize, reason="scikit-optimize is not installed")
13
-def test_skopt_learner_runs():
+def test_skopt_learner_runs() -> None:
14
"""The SKOptLearner provides very few guarantees about its
15
behaviour, so we only test the most basic usage
16
"""
@@ -26,7 +26,7 @@ def g(x, noise_level=0.1):
26
27
28
29
-def test_skopt_learner_4D_runs():
+def test_skopt_learner_4D_runs() -> None:
30
31
32
In this case we test also for 4D domain
0 commit comments