-
Notifications
You must be signed in to change notification settings - Fork 17
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
Including code to process a subset of inputs, fixing unit tests #998
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #998 +/- ##
==========================================
+ Coverage 80.89% 81.08% +0.18%
==========================================
Files 69 69
Lines 3094 3124 +30
==========================================
+ Hits 2503 2533 +30
Misses 591 591 ☔ View full report in Codecov by Sentry. |
@astronomerritt can you resolve conflicts? |
Done here too! |
Some issues #1009 |
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.
There's an issue ticket submitted about the performance of this PR
At this point, this PR is too far out of date, that I think we should come back to this at a later time with a fresh PR. |
Fixes #982.
--process subset 2/10
will process the second tenth of the objects in the orbit file.Fixes #995.
Review Checklist for Source Code Changes