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 a `slice` function #12

Closed benmaier closed 6 years ago

benmaier commented 6 years ago

It would work like giving a temporal network and a time interval [t0, t1] and the function returns a temporal network of the same type but only the stuff happening between [t0, t1]