-
Notifications
You must be signed in to change notification settings - Fork 173
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
refactor: Make seeding config more understandable #2652
refactor: Make seeding config more understandable #2652
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2652 +/- ##
=======================================
Coverage 49.48% 49.48%
=======================================
Files 474 474
Lines 27075 27075
Branches 12516 12516
=======================================
Hits 13399 13399
Misses 4762 4762
Partials 8914 8914 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for c3b546cphysmon summary
|
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Do we have an idea why the physmon output changes? |
Maybe some default values of the orthogonal seeding were different from the default seeding, I will check if that is the case |
FYI: @CarloVarni |
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
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.
This seems to fail the Athena build. Can you either make it so it's backward compatible @LuisFelipeCoelho or we need to hold this until v32 next week.
Build failure is likely because the branch is not even with main. I'll update and retrigger
Ok it's green now, so good to go. |
Co-authored-by: Paul Gessinger <hello@paulgessinger.com>
Invalidated by push of eb5a4b1
Re-writing mostly all comments from seeding configuration to make them more understandable.