-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Reduce running time for MAST doctests #3122
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3122 +/- ##
=======================================
Coverage 67.49% 67.49%
=======================================
Files 233 233
Lines 18420 18420
=======================================
Hits 12433 12433
Misses 5987 5987 ☔ 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.
These look good, thanks for making the rearrangements to make these faster.
@snbianco - do I need to wait for sign-off from @dr-rodriguez or @astrojimig when you CC them, or that is more of a FYI shout out to them? |
Sam let us know during our standup about this change so this is more of an FYI for us. Thanks! |
Thanks Sam! |
Adjusted some of the queries in MAST documentation to reduce the running time of the doctests. Reduced from ~9.5 minutes to ~3 minutes.
I also reformatted some of the queries to be more readable and updated outputs.