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 operator== and copyctor #2388

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Mar 27, 2024

A few recently added members were missing. Constraints were not copied when cloning a Solver.

A few recently added members were missing. Constraints were not copied when cloning a Solver.
@dweindl dweindl requested a review from a team as a code owner March 27, 2024 08:56
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.27%. Comparing base (790ab44) to head (50ff01a).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2388      +/-   ##
===========================================
- Coverage    77.67%   76.27%   -1.41%     
===========================================
  Files          324      319       -5     
  Lines        20872    20714     -158     
  Branches      1458     1458              
===========================================
- Hits         16213    15799     -414     
- Misses        4656     4911     +255     
- Partials         3        4       +1     
Flag Coverage Δ
cpp 73.45% <100.00%> (+0.01%) ⬆️
cpp_python 34.21% <25.00%> (-0.01%) ⬇️
petab ?
python 72.23% <75.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.79% <100.00%> (+0.08%) ⬆️

... and 21 files with indirect coverage changes

@dweindl dweindl enabled auto-merge March 28, 2024 07:25
@dweindl dweindl disabled auto-merge March 28, 2024 09:39
@dweindl dweindl merged commit b28b83b into AMICI-dev:develop Mar 28, 2024
18 of 20 checks passed
@dweindl dweindl deleted the fix_solver_copyctreq branch March 28, 2024 09:39
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