Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 11, 2023
1 parent 52c69cd commit 531525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/short_vignettes/recorders_vignette.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ p = {
"recregions": [fwdpy11.PoissonInterval(0, 1., rho / float(4 * pop.N))],
"rates": (0.0, 1e-3, None),
"prune_selected": False,
"demography": None,
"demography": fwdpy11.ForwardDemesGraph.tubes([pop.N], burnin=1),
"simlen": pop.N,
}
params = fwdpy11.ModelParams(**p)
Expand Down

0 comments on commit 531525d

Please sign in to comment.