alanderos91 / BioSimulator.jl

A stochastic simulation framework in Julia.
https://alanderos91.github.io/BioSimulator.jl/stable/
Other
47 stars 7 forks source link

Use single type for mass action kinetics #38

Closed alanderos91 closed 4 years ago

alanderos91 commented 4 years ago

This avoids type instability in rate and rate_derivative due to the small type union. Using a single type is probably better in the long run, but need to keep an eye on rate_derivative for higher-order (order >> 2)reactions.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.8%) to 72.289% when pulling 743785577cfde91c1e81e5e8f494e12e96f5275e on develop into a2904f296a893930196df66cf4da0d9f98685438 on master.