-
Notifications
You must be signed in to change notification settings - Fork 168
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: Vertexing mu scan and CI job that creates it #1595
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #1595 +/- ##
=======================================
Coverage 48.54% 48.54%
=======================================
Files 381 381
Lines 20785 20785
Branches 9536 9536
=======================================
Hits 10090 10090
Misses 4112 4112
Partials 6583 6583 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I made mistake with where I put the output file. Need to fix that before merging. |
Ready now, can you reapprove @AJPfleger? |
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
thanks for restricting the $ rm
in the last commit.
This PR adds a configuration + plotting script for this kind of plot produced by the CI: ![vertexing](https://user-images.githubusercontent.com/1058585/195329400-3f907dc3-2ad7-4b1d-8276-37a94ccbe377.png) This currently runs on 25 events, but we might have to tune this to keep the runtime reasonable.
This PR adds a configuration + plotting script for this kind of plot produced by the CI: ![vertexing](https://user-images.githubusercontent.com/1058585/195329400-3f907dc3-2ad7-4b1d-8276-37a94ccbe377.png) This currently runs on 25 events, but we might have to tune this to keep the runtime reasonable.
This PR adds a configuration + plotting script for this kind of plot produced by the CI:
This currently runs on 25 events, but we might have to tune this to keep the runtime reasonable.