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

Refactor Coordinate Frames #567

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

WilliamJamieson
Copy link
Collaborator

This PR cleans up the coordinate_frames module, splitting it into submodules and fully implementing type hints to describe its API.

Note that this PR is built on #562 and #563 so those PRs should be merged first.

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 95.04425% with 28 lines in your changes missing coverage. Please review.

Project coverage is 86.50%. Comparing base (f391f14) to head (be55069).
Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
gwcs/coordinate_frames/_empty.py 75.51% 12 Missing ⚠️
gwcs/coordinate_frames/_core.py 92.39% 7 Missing ⚠️
gwcs/coordinate_frames/_composite.py 93.67% 5 Missing ⚠️
gwcs/coordinate_frames/_properties.py 95.12% 2 Missing ⚠️
gwcs/coordinate_frames/_axis.py 92.30% 1 Missing ⚠️
gwcs/wcs/_wcs.py 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
+ Coverage   85.96%   86.50%   +0.54%     
==========================================
  Files          27       40      +13     
  Lines        4025     4165     +140     
==========================================
+ Hits         3460     3603     +143     
+ Misses        565      562       -3     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant