Skip to content

Commit

Permalink
Change default for random_ploidy_individuals
Browse files Browse the repository at this point in the history
Closes #2824
  • Loading branch information
jeromekelleher committed Aug 23, 2023
1 parent a92ea74 commit de805aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/tsutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def insert_multichar_mutations(ts, seed=1, max_len=10):


def insert_random_ploidy_individuals(
ts, min_ploidy=0, max_ploidy=5, max_dimension=3, samples_only=False, seed=1
ts, min_ploidy=0, max_ploidy=5, max_dimension=3, samples_only=True, seed=1
):
"""
Takes random contiguous subsets of the samples and assigns them to individuals.
Expand Down

0 comments on commit de805aa

Please sign in to comment.