Skip to content

Commit 0aeeb56

Browse files
authored
Merge pull request #313 from python-adaptive/pypy-fix
write import differently for pypy
2 parents f837508 + e0e8045 commit 0aeeb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/learner/integrator_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from scipy.linalg import norm
1111
from sortedcontainers import SortedSet
1212

13-
import adaptive.learner.integrator_coeffs as coeff
13+
from adaptive.learner import integrator_coeffs as coeff
1414
from adaptive.learner.base_learner import BaseLearner
1515
from adaptive.notebook_integration import ensure_holoviews
1616
from adaptive.utils import cache_latest, restore

0 commit comments

Comments
 (0)