Skip to content

Commit

Permalink
Merge pull request #262 from hassec/hassec_interpolate
Browse files Browse the repository at this point in the history
Avoid scipy deprecation warning on RectBivariateSpline import
  • Loading branch information
jmcclena authored Aug 30, 2023
2 parents 3eb8e3c + 329a001 commit c603b54
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 c603b54

Please sign in to comment.