Skip to content

Commit 30686b9

Browse files
Update test/compiler.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 044f2bf commit 30686b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ module Issue537 end
501501
@model function demo(y)
502502
α ~ Uniform()
503503
μ ~ Normal()
504-
σ ~ truncated(Normal(), lower=0)
504+
σ ~ truncated(Normal(); lower=0)
505505
num_steps = length(y[1])
506506
num_obs = length(y)
507507
@inbounds for i in 1:num_obs

0 commit comments

Comments
 (0)