Browse code

add todo

Bas Nijholt authored on 20/05/2020 10:08:21
Showing 1 changed files
... ...
@@ -30,6 +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 34
     SKOptLearner = None
34 35
 
35 36