epiverse-trace / epichains

Methods for simulating and analysing the sizes and lengths of infectious disease transmission chains from branching process models
https://epiverse-trace.github.io/epichains/
Other
6 stars 2 forks source link

Remove `simulate_tree()` and `simulate_tree_from_pop()` #181

Closed jamesmbaazam closed 9 months ago

jamesmbaazam commented 9 months ago

Now that simulate_tree() and simulate_tree_from_pop() have been combined, there is no need to keep these two functions. We will remove all occurrences of these two functions and replace them with equivalent simulate_chains() calls.

Closing this issue will remove the need to resolve #158.