Skip to content

Commit

Permalink
fix neutral,non-neutral props.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdfields committed Mar 27, 2024
1 parent 108f40e commit 2dd9b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdpopsim/catalog/MusMus/dfes.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _BookerDFE():
description=description,
long_description=long_description,
mutation_types=[neutral, negative],
proportions=[0.333, 0.664],
proportions=[0.334, 0.666],
citations=citations,
)

Expand Down

0 comments on commit 2dd9b0d

Please sign in to comment.