-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: always return states in gcrf for trajectory models #439
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #439 +/- ##
=======================================
Coverage 90.85% 90.85%
=======================================
Files 84 84
Lines 8547 8551 +4
=======================================
+ Hits 7765 7769 +4
Misses 782 782
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
src/OpenSpaceToolkit/Astrodynamics/Flight/Profile/Model/Tabulated.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Antoine Paletta <98616558+apaletta3@users.noreply.github.com>
* feat: always return states in GCRF * feat: add tests * feat: fix python tests * Apply suggestions from code review Co-authored-by: Antoine Paletta <98616558+apaletta3@users.noreply.github.com> * feat: address feedback --------- Co-authored-by: Antoine Paletta <98616558+apaletta3@users.noreply.github.com>
No description provided.