Browse code

link the upstream issue

Bas Nijholt authored on 20/05/2020 10:37:38
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ from adaptive.runner import simple
30 30
 try:
31 31
     from adaptive.learner.skopt_learner import SKOptLearner
32 32
 except (ModuleNotFoundError, ImportError):
33
-    # XXX: catch the ImportError because of https://github.com/python-adaptive/adaptive/pull/278
33
+    # XXX: catch the ImportError because of https://github.com/scikit-optimize/scikit-optimize/issues/902
34 34
     SKOptLearner = None
35 35
 
36 36