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

Implement origin change #154

Merged
merged 7 commits into from
Nov 12, 2024

feat(lox-orbits): implement frame and origin change for Python classes

bbc00a5
Select commit
Loading
Failed to load commit list.
Merged

Implement origin change #154

feat(lox-orbits): implement frame and origin change for Python classes
bbc00a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 12, 2024 in 0s

88.02% (-0.05%) compared to f11b201

View this Pull Request on Codecov

88.02% (-0.05%) compared to f11b201

Details

Codecov Report

Attention: Patch coverage is 63.27684% with 65 lines in your changes missing coverage. Please review.

Project coverage is 88.02%. Comparing base (f11b201) to head (bbc00a5).

Files with missing lines Patch % Lines
crates/lox-orbits/src/python.rs 0.00% 41 Missing ⚠️
crates/lox-orbits/src/trajectories.rs 0.00% 13 Missing ⚠️
crates/lox-ephem/src/python.rs 0.00% 10 Missing ⚠️
crates/lox-space/src/lib.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #154      +/-   ##
==========================================
- Coverage   88.07%   88.02%   -0.05%     
==========================================
  Files          84       85       +1     
  Lines       48877    48975      +98     
==========================================
+ Hits        43046    43112      +66     
- Misses       5831     5863      +32     

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