def test_coma_equivalent_radius(self): shape = [1, 2] * u.arcsec aper = AnnularAperture(shape) assert aper.coma_equivalent_radius() == 1 * u.arcsec