Skip to content

Commit

Permalink
fix scipy deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt committed Jan 7, 2025
1 parent 97780fa commit 90cd90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptive/learner/learner2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import cloudpickle
import numpy as np
from scipy import interpolate
from scipy.interpolate.interpnd import LinearNDInterpolator
from scipy.interpolate import LinearNDInterpolator

from adaptive.learner.base_learner import BaseLearner
from adaptive.learner.triangulation import simplex_volume_in_embedding
Expand Down

0 comments on commit 90cd90a

Please sign in to comment.