-
Notifications
You must be signed in to change notification settings - Fork 4
TEST: Initial regression tests #91
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
Conversation
|
I'd start looking here about how the injection process works: https://github.com/simonsobs/sotrplib/blob/main/sotrplib/sims/source_injector.py#L42 |
55f6d5b to
c7f75ac
Compare
|
This is currently taking about 10 minutes to run in the CI. Are we happy with that runtime? |
|
@JBorrow @axf295 it looks like I can't officially request reviews. My current plan is to add a follow up after this is merged that will do some automatic tracking of the uploaded artifacts (post a comment on PRs and possibly send some kind of notification if there's a significant regression on main). |
|
Any idea why the new workload is not running in the CI? |
|
Oh, wait, it did. Never mind. |
|
I think you can merge main and that should fix the flux mismatch |

This is some initial regression tests. There are some things that are not included yet (mostly in using the results, they are just uplaoded as artifacts.)
Remaining questions:
Based on #86