USNavalResearchLaboratory / eispac

Read the Docs
https://eispac.readthedocs.io/en/latest/
MIT License
23 stars 6 forks source link

Silence doctest error due to inconsistent Astropy formatting #77

Closed MJWeberg closed 1 year ago

MJWeberg commented 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.