We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71c6e8 commit c70b3acCopy full SHA for c70b3ac
adaptive/tests/test_learners.py
@@ -30,7 +30,7 @@
30
try:
31
from adaptive.learner.skopt_learner import SKOptLearner
32
except (ModuleNotFoundError, ImportError):
33
- # XXX: catch the ImportError because of https://github.com/python-adaptive/adaptive/pull/278
+ # XXX: catch the ImportError because of https://github.com/scikit-optimize/scikit-optimize/issues/902
34
SKOptLearner = None
35
36
0 commit comments