Msprime: Assertion failure in DTWF with high recombination

Created on 30 Mar 2020  路  1Comment  路  Source: tskit-dev/msprime

When we run this simulation:


seed = 1
ts = msprime.simulate(
    100, Ne=10**4, recombination_rate=1e-4, length=10**8,
    model="dtwf", random_seed=seed)

we get

python3: lib/msprime.c:1581: msp_dtwf_generate_breakpoint: Assertion `k > start' failed.
Aborted (core dumped)

Would you mind looking into this please @daniel-goldstein?

Moved from #936.

bug

Most helpful comment

It never ends with DTWF doesn't it 馃檪 . On it!

>All comments

It never ends with DTWF doesn't it 馃檪 . On it!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeromekelleher picture jeromekelleher  路  5Comments

jeromekelleher picture jeromekelleher  路  8Comments

jeromekelleher picture jeromekelleher  路  7Comments

jeromekelleher picture jeromekelleher  路  4Comments

jeromekelleher picture jeromekelleher  路  6Comments