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 redundant calls to Model::fdwdx from Model_ODE::fJ #2298

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Feb 20, 2024

Remove an extraneous call to Model::fdwdx, the result of which will be overridden without use by Model_ODE::fJSparse.

Remove an extraneous call to Model::fdwdx, the result of which will be overridden without use by Model_ODE::fJSparse.
@dweindl dweindl self-assigned this Feb 20, 2024
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f0c7c59) 77.81% compared to head (fd5ffcb) 77.78%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2298      +/-   ##
===========================================
- Coverage    77.81%   77.78%   -0.04%     
===========================================
  Files          318      318              
  Lines        20531    20529       -2     
  Branches      1436     1436              
===========================================
- Hits         15976    15968       -8     
- Misses        4552     4558       +6     
  Partials         3        3              
Flag Coverage Δ
cpp 73.56% <ø> (-0.04%) ⬇️
cpp_python 33.99% <ø> (-0.01%) ⬇️
petab 36.36% <ø> (-0.01%) ⬇️
python 72.34% <ø> (-0.04%) ⬇️
sbmlsuite ?

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

Files Coverage Δ
src/model_ode.cpp 66.05% <ø> (-0.31%) ⬇️

... and 2 files with indirect coverage changes

@dweindl dweindl marked this pull request as ready for review February 20, 2024 20:45
@dweindl dweindl requested a review from a team as a code owner February 20, 2024 20:45
@dweindl dweindl enabled auto-merge February 20, 2024 20:45
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 added this pull request to the merge queue Feb 22, 2024
Merged via the queue into AMICI-dev:develop with commit 67d478c Feb 22, 2024
19 of 20 checks passed
@dweindl dweindl deleted the fix_extra_dwdx branch February 22, 2024 10:14
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