scipp.testing.assertions.assert_allclose#

scipp.testing.assertions.assert_allclose(a, b, rtol=None, atol=None, **kwargs)#

Raise an AssertionError if two objects don’t have similar values or if their other properties are not identical.

Parameters:
Raises:

AssertionError – If the objects are not identical.

Return type:

None