benmaier / tacoma

Temporal networks in Python. Provides fast tools to analyze temporal contact networks and simulate dynamic processes on them using Gillespie's SSA.
http://tacoma.benmaier.org
Other
105 stars 7 forks source link

add option to save infection events to SI-class #19

Closed franksh closed 5 years ago

franksh commented 6 years ago

closes #18

Unfortunately my linter removed trailing whitespaces when saving, so the diff is a bit messy.

In addition to everything mentioned in issue #18 I updated the documentation and fixed a minor error I noticed there (The argument t_simulation of the epidemic classes was listed as tmax in the docs).

benmaier commented 5 years ago

oh no, I forgot about this one :(