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

fix handling g of duplicate speciesReference #127

Closed paulflang closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #127 (72205cf) into main (f700d96) will increase coverage by 5.01%. The diff coverage is 89.47%.

@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
+ Coverage   89.10%   94.11%   +5.01%     
==========================================
  Files           6        6              
  Lines         312      323      +11     
==========================================
+ Hits          278      304      +26     
+ Misses         34       19      -15     
Impacted Files Coverage Δ
src/reactions.jl 97.45% <89.47%> (+3.06%) :arrow_up:

... and 4 files with indirect coverage changes

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

paulflang commented 1 year ago

This PR fixes #118

paulflang commented 1 year ago

@ArnoStrouwen can you approve this PR if it fixes the problem with your model?