Skip to content
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

limit newton step convergence check take 2 #1780

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

FFroehlich
Copy link
Member

@FFroehlich FFroehlich commented Apr 9, 2022

Also fixes a potential bug where backwards solve counts would be saved to the wrong step count.

@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

Merging #1780 (dca995e) into develop (da34367) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1780      +/-   ##
===========================================
+ Coverage    78.05%   78.07%   +0.02%     
===========================================
  Files           74       74              
  Lines        12161    12151      -10     
===========================================
- Hits          9492     9487       -5     
+ Misses        2669     2664       -5     
Flag Coverage Δ
cpp 75.03% <100.00%> (+0.03%) ⬆️
petab 60.71% <ø> (ø)
python 68.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/steadystateproblem.cpp 86.37% <100.00%> (+0.86%) ⬆️

@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@FFroehlich FFroehlich requested a review from dweindl April 20, 2022 15:45
Copy link
Member

@dweindl dweindl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@FFroehlich FFroehlich merged commit de891bf into develop Apr 20, 2022
@FFroehlich FFroehlich deleted the limit_newton_checks_simulation branch April 20, 2022 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants