Skip to content

Commit

Permalink
Merge pull request #313 from python-adaptive/pypy-fix
Browse files Browse the repository at this point in the history
write import differently for pypy
  • Loading branch information
basnijholt authored Mar 23, 2021
2 parents f837508 + e0e8045 commit 0aeeb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptive/learner/integrator_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from scipy.linalg import norm
from sortedcontainers import SortedSet

import adaptive.learner.integrator_coeffs as coeff
from adaptive.learner import integrator_coeffs as coeff
from adaptive.learner.base_learner import BaseLearner
from adaptive.notebook_integration import ensure_holoviews
from adaptive.utils import cache_latest, restore
Expand Down

0 comments on commit 0aeeb56

Please sign in to comment.