wf.interpolate.SmoothSpline does not support NaN
Opened this issue · 1 comments
chenmingzhang commented
given a command
interp_method=wf.SmoothSpline(x,y,p=coef)
if x or y array has got a np.nan, the spline is going to be failed.
pbrod commented
Thanks for reporting.