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 and test handling of UnionAll in isinplace checks #530

Closed ChrisRackauckas closed 9 months ago

ChrisRackauckas commented 9 months ago

Fixes https://github.com/SciML/SciMLBase.jl/issues/529

codecov[bot] commented 9 months ago

Codecov Report

Merging #530 (889ee22) into master (c8c3a16) will decrease coverage by 1.23%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
- Coverage   56.35%   55.13%   -1.23%     
==========================================
  Files          53       53              
  Lines        3934     3936       +2     
==========================================
- Hits         2217     2170      -47     
- Misses       1717     1766      +49     
Files Coverage Δ
src/utils.jl 67.08% <100.00%> (+1.06%) :arrow_up:

... and 10 files with indirect coverage changes

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