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 f837508 commit e0e8045Copy full SHA for e0e8045
adaptive/learner/integrator_learner.py
@@ -10,7 +10,7 @@
10
from scipy.linalg import norm
11
from sortedcontainers import SortedSet
12
13
-import adaptive.learner.integrator_coeffs as coeff
+from adaptive.learner import integrator_coeffs as coeff
14
from adaptive.learner.base_learner import BaseLearner
15
from adaptive.notebook_integration import ensure_holoviews
16
from adaptive.utils import cache_latest, restore
0 commit comments