augustinas1 / MomentClosure.jl

Tools to generate and study moment equations for any chemical reaction network using various moment closure approximations
https://augustinas1.github.io/MomentClosure.jl/dev/
MIT License
44 stars 6 forks source link

Cleaned up symbolic.jl #41

Closed kaandocal closed 2 years ago

kaandocal commented 2 years ago

This PR aims to clean up some of symbolic.jl. With a little more work we could do without the SymbolicUtils.jl rewriters defined in that file (these might be slow).

augustinas1 commented 2 years ago

Looks great, thanks!

codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (124f886) into main (9039e2b) will increase coverage by 0.11%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   93.89%   94.01%   +0.11%     
==========================================
  Files          22       22              
  Lines        1311     1269      -42     
==========================================
- Hits         1231     1193      -38     
+ Misses         80       76       -4     
Impacted Files Coverage Δ
src/symbolic.jl 97.11% <100.00%> (+1.90%) :arrow_up:

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 9039e2b...124f886. Read the comment docs.