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 Solver::dky_ initialization #2362

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Mar 6, 2024

Solver::dky_ is always empty. Any call to CVodeGetDky should fail. Seems like it's never used.

`Solver::dky_` is always empty. Any call to `CVodeGetDky` should fail. Seems like it's never used.
@dweindl dweindl requested a review from a team as a code owner March 6, 2024 20:04
@dweindl dweindl self-assigned this Mar 6, 2024
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.63%. Comparing base (19f7baf) to head (3500b84).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2362   +/-   ##
========================================
  Coverage    77.63%   77.63%           
========================================
  Files          324      324           
  Lines        20769    20770    +1     
  Branches      1449     1449           
========================================
+ Hits         16124    16125    +1     
  Misses        4642     4642           
  Partials         3        3           
Flag Coverage Δ
cpp 73.43% <100.00%> (+<0.01%) ⬆️
cpp_python 34.27% <100.00%> (+<0.01%) ⬆️
petab 36.75% <100.00%> (+<0.01%) ⬆️
python 72.23% <100.00%> (+<0.01%) ⬆️
sbmlsuite ?

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

Files Coverage Δ
src/solver.cpp 75.48% <100.00%> (+0.02%) ⬆️

Copy link
Member

@FFroehlich FFroehlich left a comment

Choose a reason for hiding this comment

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

🤔

@dweindl dweindl merged commit d7603b1 into AMICI-dev:develop Mar 6, 2024
20 checks passed
@dweindl dweindl deleted the fix_dky branch March 6, 2024 21:05
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