Skip to content

Commit b71c6e8

Browse files
committed
add todo
1 parent 8429ee7 commit b71c6e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

adaptive/tests/test_learners.py

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