scipp.identical

scipp.identical(x, y)

Full comparison of x and y.

Parameters
  • x (VariableLike) – Left input.

  • y (VariableLike) – Right input.

Returns

True if x and y have identical values, variances, dtypes, units, dims, shapes, coords, and masks. Else False.

Return type

VariableLike