aimalz / qp

Quantile Parametrization for probability distribution functions module
MIT License
3 stars 9 forks source link

fixed extrapolation bug with bounds_error #81

Closed aimalz closed 7 years ago

aimalz commented 7 years ago

The error was caused by using the fill_value keyword of scipy.interpolate.interp1d without the bounds_error keyword. Problem solved!

aimalz commented 7 years ago

@drphilmarshall, would you mind reviewing this bug fix requested by @sschmidt23? Thanks!