-
Notifications
You must be signed in to change notification settings - Fork 169
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: Unconditionally use blocked mult in EigenStepper #3009
refactor: Unconditionally use blocked mult in EigenStepper #3009
Conversation
just to try if this also returns clean outputs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3009 +/- ##
=======================================
Coverage 48.67% 48.68%
=======================================
Files 493 493
Lines 29055 29052 -3
Branches 13853 13850 -3
=======================================
Hits 14143 14143
+ Misses 4966 4965 -1
+ Partials 9946 9944 -2 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 943fc2cphysmon summary
|
All green, no output changes at all it seems. Should we do this @stephenswat @andiwand ? |
Nice! @andiwand do you have any performance numbers for this? |
@stephenswat I can run a quick test. |
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.
very interesting! I thought the assert would fire
Athena is green now, should we get this in? @andiwand |
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.
lets go
…ect#3009) Just to try if this also returns clean outputs, I'm downgrading the `if` added in acts-project#1181 to an `assert`. Let's see what the CI says here.
…ect#3009) Just to try if this also returns clean outputs, I'm downgrading the `if` added in acts-project#1181 to an `assert`. Let's see what the CI says here.
…ect#3009) Just to try if this also returns clean outputs, I'm downgrading the `if` added in acts-project#1181 to an `assert`. Let's see what the CI says here.
Just to try if this also returns clean outputs, I'm downgrading the
if
added in #1181 to anassert
. Let's see what the CI says here.