Skip to content

Commit b71c6e8

Browse files
committed
add todo
1 parent 8429ee7 commit b71c6e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adaptive/tests/test_learners.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +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
3334
SKOptLearner = None
3435

3536

0 commit comments

Comments
 (0)