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.
Now that
simulate_tree()
andsimulate_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 equivalentsimulate_chains()
calls.Closing this issue will remove the need to resolve #158.