SciML / SciMLBase.jl

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

Fix BVPFunction errors #487

Closed ErikQQY closed 11 months ago

ErikQQY commented 11 months ago

Try to fix BVPFunction errors

codecov[bot] commented 11 months ago

Codecov Report

Merging #487 (0b0c5bb) into master (b4905ca) will decrease coverage by 15.20%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #487       +/-   ##
===========================================
- Coverage   57.04%   41.85%   -15.20%     
===========================================
  Files          50       50               
  Lines        3704     3689       -15     
===========================================
- Hits         2113     1544      -569     
- Misses       1591     2145      +554     
Files Changed Coverage Δ
src/scimlfunctions.jl 57.55% <ø> (-3.29%) :arrow_down:
src/problems/bvp_problems.jl 44.00% <100.00%> (-8.00%) :arrow_down:

... and 27 files with indirect coverage changes

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

ErikQQY commented 11 months ago

image

The failing CI seems unrelated.