Skip to content

Commit c70b3ac

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adaptive/tests/test_learners.py

Lines changed: 1 addition & 1 deletion
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)