assert_sky_projections_equal#
- lsst.images.tests.assert_sky_projections_equal(a: SkyProjection[Any] | None, b: SkyProjection[Any] | None, expect_identity: bool | None = None) None#
Test that two
SkyProjectioninstances are equivalent.Parameters#
- a
First sky projection to compare.
- b
Second sky projection to compare.
- expect_identity
If not
None, assert whetheraandbare the same object.