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

disable converting nonconstant parameters to states #108

Closed anandijain closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #108 (dac84af) into main (a4fbe56) will decrease coverage by 1.24%. The diff coverage is 44.44%.

@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
- Coverage   95.47%   94.23%   -1.24%     
==========================================
  Files           5        6       +1     
  Lines         287      295       +8     
==========================================
+ Hits          274      278       +4     
- Misses         13       17       +4     
Impacted Files Coverage Δ
src/drafts.jl 37.50% <37.50%> (ø)
src/systems.jl 92.30% <100.00%> (ø)
src/rules.jl 95.12% <0.00%> (+2.43%) :arrow_up:

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

ChrisRackauckas commented 1 year ago

Is this ready to go?