SciML / SBMLToolkit.jl

SBML differential equation and chemical reaction model (Gillespie simulations) for Julia's SciML ModelingToolkit
https://docs.sciml.ai/SBMLToolkit/stable/
MIT License
41 stars 10 forks source link

Support new SBML.jl for volume corrections and new Catalyst.jl for metadata #69

Closed paulflang closed 2 years ago

paulflang commented 2 years ago

One important thing to note here: This PR requires SBML#master, which is several commit ahead of v0.10.1. How to get this working without having the Manifest in their?

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (d156a28) into main (08230bf) will increase coverage by 5.66%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   88.67%   94.33%   +5.66%     
==========================================
  Files           1        1              
  Lines         256      318      +62     
==========================================
+ Hits          227      300      +73     
+ Misses         29       18      -11     
Impacted Files Coverage Δ
src/reactionsystem.jl 94.33% <90.00%> (+5.66%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

paulflang commented 2 years ago

Deprecated via #71