xarray.DataArray.broadcast_equals#

DataArray.broadcast_equals(other)[source]#

Two DataArrays are broadcast equal if they are equal after broadcasting them against each other such that they have the same dimensions.

Parameters

other (DataArray) – DataArray to compare to.

Returns

equal (bool) – True if the two DataArrays are broadcast equal.