Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yxu927 committed Nov 23, 2024
1 parent 78b7355 commit 86a9db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coalescent/gompertzCoalescent_t50.lphy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ model {
//t50 ~ Beta(alpha=20, beta=7);
t50 ~ Normal(mean=0,sd=0.333);
b ~ Beta(alpha=40, beta=10);
gompertzPopFunc = gompertzPopFunc_t50(NInfinity=NInfinity,t50=t50, b=b);
gompertzPopFunc = gompertzPopFunc_t50(NInfinity=NInfinity,t50=t50, b=b,NA=0);
tree ~ CoalescentPopFunc(n=16, popFunc=gompertzPopFunc);
D ~ PhyloCTMC(tree=tree, L=L, Q=jukesCantor(), mu=1e-9);
}

0 comments on commit 86a9db7

Please sign in to comment.