Skip to content

add n-body propagation and associated tests#49

Merged
FusRoman merged 3 commits into
release-3.0.0from
issue/48/n_body_propagator
May 29, 2026
Merged

add n-body propagation and associated tests#49
FusRoman merged 3 commits into
release-3.0.0from
issue/48/n_body_propagator

Conversation

@FusRoman

@FusRoman FusRoman commented May 28, 2026

Copy link
Copy Markdown
Owner

close #48

@FusRoman FusRoman added this to the Outfit release 3.0.0 milestone May 28, 2026
@FusRoman FusRoman self-assigned this May 28, 2026
@FusRoman FusRoman added enhancement New feature or request full orbit determination Feature related to the full orbit determination including the whole points of a trajectory propagator work on orbit propagator (2-body or n-body) labels May 28, 2026
@FusRoman FusRoman linked an issue May 28, 2026 that may be closed by this pull request
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 74.03101% with 67 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.09%. Comparing base (a7357dc) to head (1ca21b1).
⚠️ Report is 15 commits behind head on release-3.0.0.

Files with missing lines Patch % Lines
src/jpl_ephem/mod.rs 43.85% 32 Missing ⚠️
src/propagator/nbody.rs 88.99% 12 Missing ⚠️
src/propagator/planet_gm.rs 52.17% 11 Missing ⚠️
src/propagator/mod.rs 0.00% 7 Missing ⚠️
src/observation_ephemeris.rs 93.47% 3 Missing ⚠️
src/outfit_errors.rs 0.00% 2 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@                Coverage Diff                @@
##           release-3.0.0      #49      +/-   ##
=================================================
+ Coverage          90.27%   91.09%   +0.82%     
=================================================
  Files                 45       56      +11     
  Lines               8836    10977    +2141     
=================================================
+ Hits                7977    10000    +2023     
- Misses               859      977     +118     
Flag Coverage Δ
default 91.07% <74.03%> (?)
parallel 91.08% <74.03%> (?)
rust ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@FusRoman FusRoman merged commit 195f0a7 into release-3.0.0 May 29, 2026
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request full orbit determination Feature related to the full orbit determination including the whole points of a trajectory propagator work on orbit propagator (2-body or n-body)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add n-body propagator for differential correction

2 participants