Closed aimalz closed 7 years ago
The error was caused by using the fill_value keyword of scipy.interpolate.interp1d without the bounds_error keyword. Problem solved!
fill_value
scipy.interpolate.interp1d
bounds_error
@drphilmarshall, would you mind reviewing this bug fix requested by @sschmidt23? Thanks!
The error was caused by using the
fill_value
keyword ofscipy.interpolate.interp1d
without thebounds_error
keyword. Problem solved!