Skip to content

Commit 231b971

Browse files
Update test/mcmcdiagnostictools.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e3021ee commit 231b971

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/mcmcdiagnostictools.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ end
8585
r4 = rstar(rng, classifier(rng), idata2.posterior; subset)
8686
rng = Random.seed!(123)
8787
post_mat = cat(
88-
maplayers(var -> reshape(parent(var), ndraws, nchains, :), idata1.posterior)...;
88+
maplayers(
89+
var -> reshape(parent(var), ndraws, nchains, :), idata1.posterior
90+
)...;
8991
dims=3,
9092
)
9193
r5 = rstar(rng, classifier(rng), post_mat; subset)

0 commit comments

Comments
 (0)