scipp.less_equal#

scipp.less_equal(x, y)#

Element-wise ‘<=’ (less_equal).

Warning: If one or both of the operators have variances (uncertainties) they are ignored silently, i.e., comparison is based exclusively on the values.

Parameters
Returns

Union[Variable, DataArray, Dataset] – Booleans that are true where a <= b.