Skip to content

Commit c70b3ac

Browse files
committed
link the upstream issue
1 parent b71c6e8 commit c70b3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/tests/test_learners.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
try:
3131
from adaptive.learner.skopt_learner import SKOptLearner
3232
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
3434
SKOptLearner = None
3535

3636

0 commit comments

Comments
 (0)