Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 3187: Missing unit strings in UNIT_MAPPER for ipac.nexsci.nasa_exoplanet_archive #3188

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

rickynilsson
Copy link
Contributor

@rickynilsson rickynilsson commented Jan 23, 2025

Added units 'microns', 'micron', 'hour', and 'uas' to the UNIT_MAPPER dict to get rid of warning thrown for unrecognized units.

fixes #3187

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.62%. Comparing base (ffb26f6) to head (24bcb2d).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3188   +/-   ##
=======================================
  Coverage   67.62%   67.62%           
=======================================
  Files         229      229           
  Lines       18594    18594           
=======================================
  Hits        12574    12574           
  Misses       6020     6020           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@bsipocz bsipocz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Borderline if this even needs a changelog entry, but now that it has it I would just update the text a tiny bit and merge.

Thanks!

CHANGES.rst Outdated Show resolved Hide resolved
@bsipocz bsipocz merged commit ce23722 into astropy:main Jan 23, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing unit strings in UNIT_MAPPER
2 participants