Skip to content

Commit e0e8045

Browse files
committed
write import differently for pypy
1 parent f837508 commit e0e8045

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)