Skip to content

Make ODEProblem into a mutable struct, v2 #501

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

Merged
merged 2 commits into from
Sep 22, 2023
Merged

Make ODEProblem into a mutable struct, v2 #501

merged 2 commits into from
Sep 22, 2023

Conversation

ChrisRackauckas
Copy link
Member

Adds a big warning not to use it. This is only for EnzymeRules to work given current limitations!!!

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #501 (97517dd) into master (f14a1ff) will decrease coverage by 13.96%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           master     #501       +/-   ##
===========================================
- Coverage   53.83%   39.88%   -13.96%     
===========================================
  Files          50       50               
  Lines        3769     3761        -8     
===========================================
- Hits         2029     1500      -529     
- Misses       1740     2261      +521     
Files Changed Coverage Δ
src/problems/ode_problems.jl 27.71% <0.00%> (-15.88%) ⬇️

... and 33 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit 2b45b0e into master Sep 22, 2023
@ChrisRackauckas ChrisRackauckas deleted the mutable branch September 22, 2023 01:37
@Datseris
Copy link
Contributor

I am hoping that this didn't have any impact to performance downstream when stepping ODE Integrators, right?

@ChrisRackauckas
Copy link
Member Author

It shouldn't. I didn't notice an immediate impact. Do mention if you see one.

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.

3 participants