SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
127 stars 92 forks source link

kwargs are passed when converting ODEProblem to SteadyStateProblem and NonlinearProblem #524

Closed yonatanwesen closed 10 months ago

yonatanwesen commented 10 months ago

This PR fixes this issue @ChrisRackauckas @avik-pal

codecov[bot] commented 10 months ago

Codecov Report

Merging #524 (2c13b5d) into master (7afe983) will decrease coverage by 18.85%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #524       +/-   ##
===========================================
- Coverage   47.36%   28.51%   -18.85%     
===========================================
  Files          53       53               
  Lines        3921     3896       -25     
===========================================
- Hits         1857     1111      -746     
- Misses       2064     2785      +721     
Files Coverage Δ
src/problems/basic_problems.jl 78.75% <100.00%> (-1.25%) :arrow_down:
src/problems/steady_state_problems.jl 83.33% <100.00%> (ø)

... and 36 files with indirect coverage changes

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