Skip to content

Commit

Permalink
Change beta in cmdstan args test to (1,1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyus committed Aug 8, 2024
1 parent 7983817 commit 1d4aab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_basic_runs/test_cmdstan_args.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd(ProjDir) # do
real<lower=0,upper=1> theta;
}
model {
theta ~ beta(2,1);
theta ~ beta(1,1);
y ~ bernoulli(theta);
}
";
Expand Down

0 comments on commit 1d4aab6

Please sign in to comment.