Skip to content

Commit

Permalink
Update test fixtures from #1110 to use default demographic model (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Mar 17, 2023
1 parent d8f633b commit 3f31c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_recreate_pop_from_own_treeseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def pop():
scaling=2, gvalue_to_fitness=fwdpy11.GSS(optimum=optimum, VS=VS)
),
"simlen": simlen,
"demography": fwdpy11.DiscreteDemography(),
"prune_selected": False,
}
params = fwdpy11.ModelParams(**pdict)
Expand Down

0 comments on commit 3f31c4d

Please sign in to comment.