This pull request removes the use of interp2d from scipy as it's deprecated and tagged for removal in the near future. Although things are working fine right now, it generates deprecation warnings and we may as well fix it before it breaks. I've replaced it with the preferred RegularGridInterpolator from scipy.
@anardek this looks to be working correctly but would you like be to add some additional tests to make sure? I'm happy to do so.
This pull request removes the use of
interp2d
from scipy as it's deprecated and tagged for removal in the near future. Although things are working fine right now, it generates deprecation warnings and we may as well fix it before it breaks. I've replaced it with the preferredRegularGridInterpolator
from scipy.@anardek this looks to be working correctly but would you like be to add some additional tests to make sure? I'm happy to do so.