We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fae43 commit 290f744Copy full SHA for 290f744
adaptive/tests/test_learners.py
@@ -28,6 +28,7 @@
28
LearnerND,
29
SequenceLearner,
30
)
31
+from adaptive.learner.learner1D import with_pandas
32
from adaptive.runner import simple
33
34
try:
@@ -708,6 +709,7 @@ def wrapper(*args, **kwargs):
708
709
return wrapper
710
711
712
+@pytest.mark.skipif(not with_pandas, reason="pandas is not installed")
713
@run_with(
714
Learner1D,
715
Learner2D,
0 commit comments