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

Fix SUNContext in ModelStateDerived copy ctor #2583

Merged
merged 1 commit into from
Nov 10, 2024

Fix SUNContext in ModelStateDerived copy ctor

d7ee642
Select commit
Loading
Failed to load commit list.
Merged

Fix SUNContext in ModelStateDerived copy ctor #2583

Fix SUNContext in ModelStateDerived copy ctor
d7ee642
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 10, 2024 in 1s

77.83% (+0.07%) compared to 2c362b4

View this Pull Request on Codecov

77.83% (+0.07%) compared to 2c362b4

Details

Codecov Report

Attention: Patch coverage is 84.37500% with 5 lines in your changes missing coverage. Please review.

Project coverage is 77.83%. Comparing base (2c362b4) to head (d7ee642).

Files with missing lines Patch % Lines
include/amici/model_state.h 88.46% 0 Missing and 3 partials ⚠️
include/amici/sundials_matrix_wrapper.h 66.66% 0 Missing and 1 partial ⚠️
include/amici/vector.h 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2583      +/-   ##
===========================================
+ Coverage    77.76%   77.83%   +0.07%     
===========================================
  Files          325      325              
  Lines        21862    21852      -10     
  Branches      1473     1456      -17     
===========================================
+ Hits         17000    17008       +8     
+ Misses        4835     4833       -2     
+ Partials        27       11      -16     
Files with missing lines Coverage Δ
include/amici/sundials_matrix_wrapper.h 76.13% <66.66%> (-0.34%) ⬇️
include/amici/vector.h 77.08% <66.66%> (-5.14%) ⬇️
include/amici/model_state.h 97.00% <88.46%> (+18.55%) ⬆️