Skip to content

Commit 9086c46

Browse files
committed
Remove accidentally-introduced div char
1 parent e84a39e commit 9086c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/posteriorstats.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ _as_array(x::AbstractArray) = x
140140
sample_stats=Dataset((; log_likelihood=log_like)),
141141
)
142142
@test @inferred(loo_pit(idata3)) == pit_vals
143-
\
143+
144144
all_dims_perm = (param_dims..., reverse(sample_dims)...)
145145
idata4 = InferenceData(;
146146
observed_data=Dataset((; y)),

0 commit comments

Comments
 (0)