Skip to content

Commit 3f34a4a

Browse files
Address DeprecationWarning ("Please import from the namespace; the namespace is deprecated and will be removed in SciPy 2.0.0.")
1 parent db603af commit 3f34a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/EconomicsSamPreRevenue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import numpy as np
88
from geophires_x.GeoPHIRESUtils import is_float
9-
from scipy.interpolate.interpolate import interp1d
9+
from scipy.interpolate import interp1d
1010

1111
_TOTAL_AFTER_TAX_RETURNS_CASH_FLOW_ROW_NAME = 'Total after-tax returns ($)'
1212
_IDC_CASH_FLOW_ROW_NAME = 'Debt interest payment ($)'

0 commit comments

Comments
 (0)