You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In validate_chain_list() (R/helpers-mcmc.R), the colnames consistency check uses identical(cnames[, 1], cnames[, 2]), which only compares the first two chains. If chain 3 or later has different parameter names/order, the validation silently passes.
In
validate_chain_list()(R/helpers-mcmc.R), the colnames consistency check usesidentical(cnames[, 1], cnames[, 2]), which only compares the first two chains. If chain 3 or later has different parameter names/order, the validation silently passes.