scipp.logical_or#

scipp.logical_or(a, b)#

Element-wise logical or.

Equivalent to:

a | b
Parameters
Returns

Union[Variable, DataArray, Dataset] – The logical or of the elements of a and b.