Skip to content

Commit 70643f1

Browse files
committed
Format
1 parent 18d32a8 commit 70643f1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

models/broadcast_macro.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
@model function broadcast_macro(
2-
x = [1.5, 2.0],
3-
::Type{TV} = Vector{Float64},
4-
) where {TV}
1+
@model function broadcast_macro(x = [1.5, 2.0], ::Type{TV} = Vector{Float64}) where {TV}
52
a ~ Normal(0, 1)
63
b ~ InverseGamma(2, 3)
74
@. x ~ Normal(a, $(sqrt(b)))

models/call_C.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
y ~ Normal(0, x_abs)
88
end
99

10-
model = call_C()
10+
model = call_C()

0 commit comments

Comments
 (0)