We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d2fdc commit f482bdaCopy full SHA for f482bda
1 file changed
test/data/path with space/bernoulli_path_with_space.stan
@@ -5,7 +5,6 @@ data {
5
parameters {
6
real<lower=0, upper=1> theta;
7
}
8
-;
9
model {
10
theta ~ beta(1, 1);
11
for (n in 1 : N)
0 commit comments