JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
536 stars 107 forks source link

Added ordering for types #413

Closed gronniger closed 2 years ago

gronniger commented 2 years ago

This is required to make all tests in https://github.com/JuliaSymbolics/Symbolics.jl/pull/483 work.

codecov-commenter commented 2 years ago

Codecov Report

Merging #413 (085565e) into master (22778bb) will decrease coverage by 0.06%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #413      +/-   ##
==========================================
- Coverage   83.81%   83.75%   -0.07%     
==========================================
  Files          12       12              
  Lines        1359     1360       +1     
==========================================
  Hits         1139     1139              
- Misses        220      221       +1     
Impacted Files Coverage Δ
src/ordering.jl 88.50% <0.00%> (+0.13%) :arrow_up:
src/polyform.jl 93.44% <0.00%> (-0.44%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 22778bb...085565e. Read the comment docs.

shashi commented 2 years ago

Would be nice to have a test