Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions msprime/ancestry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1915,9 +1915,10 @@ class SweepGenicSelection(ParametricAncestryModel):
Thus fitness of the heterozygote is intermediate to the
two homozygotes.

.. warning:: Currently, models where `start_frequency` is
.. warning:: Models where `start_frequency` is
:math:`\\geq \\frac{1}{ploidy*N}`
will give incorrect results. In practical terms, this issue means
will not simulate the trajectory until its origination.
In practical terms, this issue means
that "sweeps from neutral standing genetic variation" are currently not
possible. The tracking issue for this on GitHub is
`here <https://github.com/tskit-dev/msprime/issues/1762>`_.
Expand Down