assert_masks_equal#

lsst.images.tests.assert_masks_equal(tc: TestCase, a: Mask, b: Mask) None#

Assert that two masks are equal or nearly equal.

Parameters#

tc

Test case providing the assertion methods to use.

a

First mask to compare.

b

Second mask to compare.