diff --git a/omas/omas_physics.py b/omas/omas_physics.py index b5c77089..d5a6daeb 100644 --- a/omas/omas_physics.py +++ b/omas/omas_physics.py @@ -3,7 +3,7 @@ ------- ''' -from scipy.interpolate.fitpack2 import RectBivariateSpline +from scipy.interpolate import RectBivariateSpline from .omas_utils import * from .omas_core import ODS