Skip to content

Commit 452cc95

Browse files
Change default for random_ploidy_individuals
Closes #2824
1 parent 082a9c9 commit 452cc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/tsutil.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def insert_multichar_mutations(ts, seed=1, max_len=10):
201201

202202

203203
def insert_random_ploidy_individuals(
204-
ts, min_ploidy=0, max_ploidy=5, max_dimension=3, samples_only=False, seed=1
204+
ts, min_ploidy=0, max_ploidy=5, max_dimension=3, samples_only=True, seed=1
205205
):
206206
"""
207207
Takes random contiguous subsets of the samples and assigns them to individuals.

0 commit comments

Comments
 (0)