StochSS / GillesPy2

Modeling toolkit for biochemical simulation
http://gillespy2.readthedocs.io/
GNU General Public License v3.0
73 stars 32 forks source link

Mdip/docs hotfix 7/13 #950

Closed mdip226 closed 3 months ago

mdip226 commented 1 year ago

The parameter list to TimeSpan.linspace() does not require the start time because of the way it calls np.linspace. Causes trouble if you try to run the model from the docs page which I tried to do.