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

Allow setting MaxConvFails and MaxNonlinIters on solvers #2335

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Feb 29, 2024

@dweindl dweindl requested a review from a team as a code owner February 29, 2024 07:47
@dweindl dweindl linked an issue Feb 29, 2024 that may be closed by this pull request
@dweindl dweindl self-assigned this Feb 29, 2024
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

Attention: Patch coverage is 86.95652% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 77.90%. Comparing base (4782cad) to head (954e523).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2335      +/-   ##
===========================================
+ Coverage    77.88%   77.90%   +0.01%     
===========================================
  Files          324      324              
  Lines        20680    20723      +43     
  Branches      1440     1448       +8     
===========================================
+ Hits         16107    16144      +37     
- Misses        4570     4576       +6     
  Partials         3        3              
Flag Coverage Δ
cpp 73.70% <86.95%> (+0.02%) ⬆️
cpp_python 34.35% <26.08%> (-0.02%) ⬇️
petab 36.87% <22.72%> (-0.04%) ⬇️
python 72.47% <67.39%> (-0.02%) ⬇️
sbmlsuite ?

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

Files Coverage Δ
include/amici/serialization.h 96.65% <100.00%> (+0.03%) ⬆️
include/amici/solver.h 100.00% <ø> (ø)
include/amici/solver_cvodes.h 100.00% <ø> (ø)
include/amici/solver_idas.h 100.00% <ø> (ø)
src/hdf5.cpp 89.80% <100.00%> (+0.15%) ⬆️
src/newton_solver.cpp 70.63% <100.00%> (-0.24%) ⬇️
src/solver.cpp 75.45% <88.23%> (+0.23%) ⬆️
src/solver_cvodes.cpp 69.51% <75.00%> (+0.07%) ⬆️
src/solver_idas.cpp 37.09% <75.00%> (+0.55%) ⬆️

@dweindl dweindl merged commit 239ce2c into AMICI-dev:develop Mar 4, 2024
20 checks passed
@dweindl dweindl deleted the feature_2333_solveropts branch March 4, 2024 06:45
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.

Allow setting MaxConvFails
2 participants