assert_equal_allow_nan#

lsst.images.tests.assert_equal_allow_nan(tc: TestCase, a: float, b: float) None#

Test that two floating point values are equal, with nan == nan.

Parameters#

tc

Test case providing the assertion methods to use.

a

First value to compare.

b

Second value to compare.