Skip to content

Commit 42dfa97

Browse files
author
Guillem Hurault
committed
Remove unnecessary constraint
1 parent 1a0e5ea commit 42dfa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/stan/OrderedRW.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data {
3333
real prior_sigma_meas[2];
3434
real prior_sigma_lat[2];
3535
real prior_mu_y0[2];
36-
real<lower = 0> prior_sigma_y0[2];
36+
real prior_sigma_y0[2];
3737

3838
}
3939

0 commit comments

Comments
 (0)