Skip to content

validate_chain_list() only compares colnames of chains 1 and 2, ignoring chains 3+ #528

@utkarshpawade

Description

@utkarshpawade

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions