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

Correct initial saved value for dures #430

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

Keno
Copy link
Contributor

@Keno Keno commented Oct 25, 2023

We were saving u twice rather than du at the start. While we're at it, also defer the choice of the interpolator to the SciMLBase code (which does the same thing currently, but let's have this in one place and give the SciMLBase constructor access to the du vector if we have it).

We were saving `u` twice rather than `du` at the start. While we're
at it, also defer the choice of the interpolator to the SciMLBase
code (which does the same thing currently, but let's have this in
one place and give the SciMLBase constructor access to the `du`
vector if we have it).
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #430 (248081f) into master (824865b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #430   +/-   ##
=======================================
  Coverage   81.80%   81.80%           
=======================================
  Files          11       11           
  Lines        1440     1440           
=======================================
  Hits         1178     1178           
  Misses        262      262           
Files Coverage Δ
src/common_interface/solve.jl 83.39% <100.00%> (ø)

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

@ChrisRackauckas
Copy link
Member

Add a test?

@Keno
Copy link
Contributor Author

Keno commented Oct 26, 2023

Test case added.

@Keno
Copy link
Contributor Author

Keno commented Oct 26, 2023

Test added.

@ChrisRackauckas ChrisRackauckas merged commit 1b46dc5 into SciML:master Oct 27, 2023
@oscardssmith oscardssmith deleted the kf/fixdusave branch October 27, 2023 02:03
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