Open hyanwong opened 2 years ago
A trivial thing, but this hits python's recursion depth limit:
tskit.Tree.generate_random_binary(1_000_000)
At some point in the distant future we might want to recode generate_random_binary not to use recursion.
generate_random_binary
Code here
A trivial thing, but this hits python's recursion depth limit:
At some point in the distant future we might want to recode
generate_random_binary
not to use recursion.