uxarray.Grid.__ne__

Contents

uxarray.Grid.__ne__#

Grid.__ne__(other)#

Two grids are not equal if they have differing grid topology variables, coordinates, or dims.

Parameters:

other (uxarray.Grid) – The second grid object to be compared with self

Returns:

If two grids are not equal

Return type:

bool