Skip to content

Commit 5c255dd

Browse files
committed
use SequenceLearner from adaptive
1 parent 30bb745 commit 5c255dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"\n",
178178
"import numpy as np\n",
179179
"\n",
180-
"from adaptive_scheduler.sequence_learner import SequenceLearner # https://github.com/python-adaptive/adaptive/pull/193\n",
180+
"from adaptive import SequenceLearner\n",
181181
"from adaptive_scheduler.utils import split, combo_to_fname\n",
182182
"from adaptive.utils import named_product\n",
183183
"\n",

0 commit comments

Comments
 (0)