ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

Which stochastic method is attempted first when using method simulat_jump. #108

Open m-d-grunnill opened 10 months ago

m-d-grunnill commented 10 months ago

The documentation is not clear as to which method ($\tau$-leap or exact) is attempted first in the simulate_jump method. I can see that $\tau$-leap is attempted first but this could be stated explicitly in the documentation and docstring.