SciML / SciMLBase.jl

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

Change typeof(x) <: y to x isa y #536

Closed pepijndevos closed 11 months ago

pepijndevos commented 11 months ago

This PR has been automatically generated by a script co-authored by ChatGPT

codecov[bot] commented 11 months ago

Codecov Report

Merging #536 (e037ef6) into master (fe88c15) will increase coverage by 33.21%. Report is 113 commits behind head on master. The diff coverage is 64.17%.

@@             Coverage Diff             @@
##           master     #536       +/-   ##
===========================================
+ Coverage   19.26%   52.48%   +33.21%     
===========================================
  Files          50       54        +4     
  Lines        3753     3986      +233     
===========================================
+ Hits          723     2092     +1369     
+ Misses       3030     1894     -1136     
Files Coverage Δ
src/ensemble/basic_ensemble_solve.jl 61.81% <100.00%> (+61.81%) :arrow_up:
src/problems/discrete_problems.jl 80.00% <ø> (+21.66%) :arrow_up:
src/problems/problem_utils.jl 20.45% <ø> (+17.04%) :arrow_up:
src/remake.jl 52.40% <ø> (+16.40%) :arrow_up:
src/scimlfunctions.jl 62.35% <ø> (+33.68%) :arrow_up:
src/solutions/ode_solutions.jl 80.74% <ø> (+17.18%) :arrow_up:
src/solutions/rode_solutions.jl 64.38% <100.00%> (+64.38%) :arrow_up:
src/operators/diffeq_operator.jl 17.04% <50.00%> (+17.04%) :arrow_up:
src/ensemble/ensemble_solutions.jl 29.62% <0.00%> (+29.62%) :arrow_up:
src/solutions/solution_interface.jl 54.70% <90.00%> (+46.31%) :arrow_up:
... and 3 more

... and 37 files with indirect coverage changes

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