-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix resetting ReturnData::numstepsB when re-using Solver #1841
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1841 +/- ##
===========================================
+ Coverage 76.32% 77.00% +0.67%
===========================================
Files 74 74
Lines 12834 13879 +1045
===========================================
+ Hits 9796 10687 +891
- Misses 3038 3192 +154
Flags with carried forward coverage won't be shown. Click here to find out more.
|
sounds like numsteps is also not properly ordered in some cases? |
The last one seems to be 0 sometimes 🤔 |
Ah, for t=inf it should just copy the previous value, as it's supposed to be the cumulative sum. |
would keep the numbers as is, as otherwise we would also have to carry over numbers from pre-equilibration and it's probably less confusing if these values are kept separate. |
Ok. Could consider changing from cumulative sum to deltas, at some point... |
SonarCloud Quality Gate failed. |
Fixes #1813