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

Add failing test for IDA with save_start=false #411

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Add failing test for IDA with save_start=false #411

merged 2 commits into from
Jul 7, 2023

Conversation

sjdaines
Copy link
Contributor

@sjdaines sjdaines commented Jul 5, 2023

Test added to test/common_interface/ida.jl

sol = solve(prob, IDA(); save_start=false)

Test added to test/common_interface/ida.jl

sol = solve(prob, IDA(); save_start=false)
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #411 (9e3bb27) into master (439a225) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #411      +/-   ##
==========================================
- Coverage   81.46%   81.38%   -0.09%     
==========================================
  Files          11       11              
  Lines        1430     1429       -1     
==========================================
- Hits         1165     1163       -2     
- Misses        265      266       +1     

see 3 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 a2361b2 into SciML:master Jul 7, 2023
4 of 6 checks passed
@sjdaines sjdaines deleted the save_start_test branch August 29, 2023 11:19
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