KarrLab / wc_sim

A multi-algorithmic simulator for whole-cell models
MIT License
6 stars 2 forks source link

Decide what to do about propensities < 0 #89

Open artgoldberg opened 4 years ago

artgoldberg commented 4 years ago

Propensities that are rounding errors below 0 should be treated as 0, as in the ODE submodel and recommended by CVODE. Negative propensities lower than that should raise exceptions.