Skip to content

Commit

Permalink
delete stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscrsmith committed Aug 15, 2023
1 parent 17aff6b commit b643b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdpopsim/catalog/HomSap/dfes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def _KimDFE():
# in how fitness is defined
# (1+s for homozygote in SLiM versus 1+2s in dadi)
gamma_mean = (-gamma_shape * gamma_scale * 2) / (2 * Na) # expected value
print(gamma_mean)
h = 0.5 # dominance coefficient
negative = stdpopsim.MutationType(
dominance_coeff=h,
Expand Down

0 comments on commit b643b08

Please sign in to comment.