Skip to content

Commit ade99d9

Browse files
Check that data has multiple chains
1 parent 35abb52 commit ade99d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/mcmc-traces.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ mcmc_rank_ecdf <-
464464
x,
465465
pars = pars,
466466
regex_pars = regex_pars,
467-
transformations = transformations
467+
transformations = transformations,
468+
highlight = 1
468469
)
469470
n_iter <- unique(data$n_iterations)
470471
n_chain <- unique(data$n_chains)

0 commit comments

Comments
 (0)