ivix icon indicating copy to clipboard operation
ivix copied to clipboard

AttributeError: module 'scipy.interpolate' has no attribute 'spline'

Open xxx975 opened this issue 5 years ago • 3 comments

python3.7.4 64bit scipy1.4.1 win10 64bit

File "D:/jgy/PythonApp/ivix/iVIX.py", line 57, in periodsSplineRiskFreeInterestRate sh = interpolate.spline(period, shibor_values, tmp, order=3) AttributeError: module 'scipy.interpolate' has no attribute 'spline'

xxx975 avatar Mar 17 '20 08:03 xxx975

rror: module 'scipy.interpolate' has no a

Same issue

CruxFinn avatar Mar 31 '20 03:03 CruxFinn

line 56, in periodsSplineRiskFreeInterestRate sh = interpolate.spline(period, shibor_values, tmp, order=3) AttributeError: module 'scipy.interpolate' has no attribute 'spline'

CruxFinn avatar Mar 31 '20 03:03 CruxFinn

new version does not have the attribute, maybe we have to use another way...

Allennnnnnnn avatar Sep 29 '20 01:09 Allennnnnnnn