bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / interp1d / _check_bounds
function
scipy.interpolate._interpolate:interp1d._check_bounds
Signature
def _check_bounds ( self , x_new ) Summary
Check the inputs for being in the bounds of the interpolated data.
Parameters
x_new: array
Returns
out_of_bounds: bool arrayThe mask on x_new of values that are out of the bounds.
Aliases
-
scipy.interpolate.interp1d._check_bounds