Closed MJWeberg closed 1 year ago
Astropy made a very minor change in how SkyCoord values are printed in Python 3.9+ (just added an extra space). Unfortunately, this broke a doctest.
Since this change does NOT exist in Python 3.8 and function in question is already tested separately, we have just skipped the doctest for now.
Astropy made a very minor change in how SkyCoord values are printed in Python 3.9+ (just added an extra space). Unfortunately, this broke a doctest.
Since this change does NOT exist in Python 3.8 and function in question is already tested separately, we have just skipped the doctest for now.