Skip to content

Commit

Permalink
import RectBivariateSpline from scipy.interpolate instead from deprec…
Browse files Browse the repository at this point in the history
…ated fitpack2 submodule
  • Loading branch information
hassec committed Aug 15, 2023
1 parent 47ae79c commit 329a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omas/omas_physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-------
'''

from scipy.interpolate.fitpack2 import RectBivariateSpline
from scipy.interpolate import RectBivariateSpline
from .omas_utils import *
from .omas_core import ODS

Expand Down

0 comments on commit 329a001

Please sign in to comment.