Skip to content

Commit 1617c5a

Browse files
committed
Run formatter
1 parent 9707459 commit 1617c5a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

test/posteriorstats.jl

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ _as_array(x::AbstractArray) = x
5252
@test loo_result1.pointwise isa Dataset
5353
if length(sz) == 2
5454
@test issetequal(
55-
keys(loo_result1.pointwise),
56-
(:elpd, :se_elpd, :p, :reff, :pareto_shape),
55+
keys(loo_result1.pointwise), (:elpd, :se_elpd, :p, :reff, :pareto_shape)
5756
)
5857
else
5958
@test loo_result1.pointwise.elpd == loo_result.pointwise.elpd
@@ -245,13 +244,13 @@ _as_array(x::AbstractArray) = x
245244
)
246245
slices = [
247246
data.x,
248-
data.y[a=1],
249-
data.y[a=2],
250-
data.y[a=3],
251-
data.z[b=1, c=1],
252-
data.z[b=2, c=1],
253-
data.z[b=1, c=2],
254-
data.z[b=2, c=2],
247+
data.y[a = 1],
248+
data.y[a = 2],
249+
data.y[a = 3],
250+
data.z[b = 1, c = 1],
251+
data.z[b = 2, c = 1],
252+
data.z[b = 1, c = 2],
253+
data.z[b = 2, c = 2],
255254
]
256255
var_names = [
257256
"x",

0 commit comments

Comments
 (0)