Hi, thanks for msprime! The `recombination_rate` argument of `sim_ancestry` is a bit ambiguous when specifying a single value. [The docstring states:](https://github.com/tskit-dev/msprime/blob/main/msprime/ancestry.py#L1165) > The rate of recombination along the sequence; can be either a single value (specifying a single rate over the entire sequence)... I assume that the intention is to calculate the rate as Morgans / base positions?