Skip to content

Commit 28f8dac

Browse files
committed
FIx stupid issue
1 parent f1e2df0 commit 28f8dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msprime/ancestry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def _parse_sim_ancestry(
10801080
random_generator = _msprime.RandomGenerator(random_seed)
10811081

10821082
if stop_at_local_mrca is None:
1083-
stop_at_local_mrca = False
1083+
stop_at_local_mrca = True
10841084
elif not isinstance(stop_at_local_mrca, bool):
10851085
raise TypeError(
10861086
"stop_at_local_mrca must be a boolean value, or None which defaults to True."

0 commit comments

Comments
 (0)