assertFloatsNotEqual

lsst.utils.tests.assertFloatsNotEqual(testCase, lhs, rhs, **kwds)[source]

Fail a test if the given floating point values are equal to within the given tolerances.

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