SABS-R3-Epidemiology / seirmo

This is a project to model the outbreak of an infectious disease with the SEIR model.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

The parameters rtol, atol, and method of solve_ivp should be settable by anyone using the DeterministicSEIRModel class. #99

Open NicholasFan235 opened 2 years ago

NicholasFan235 commented 2 years ago

The parameters rtol, atol, and method of solve_ivp should be settable by anyone using the DeterministicSEIRModel class.

Original PR was structure change from original SEIRModel class. I think this is an enhancement to be considered in the future.

_Originally posted by @rcw5890 in https://github.com/SABS-R3-Epidemiology/seirmo/pull/93#discussion_r736877470_