assertFloatsEqual

lsst.utils.tests.assertFloatsEqual(testCase, lhs, rhs, **kwargs)[source]

Assert that lhs == rhs (both numeric types, whether scalar or array).

See assertFloatsAlmostEqual (called with rtol=atol=0) for more information.