Skip to content

Model run functions do not work if outputs not specified #36

@lwhittles

Description

@lwhittles

mpoxseir/R/run.R

Lines 202 to 207 in faae90a

if (any(!outputs_retained %in% names(indices))) {
stop("outputs_retained must be in the named outputs of transformed model output")
}
if (is.null(outputs_retained)) {
outputs_retained <- names(indices)
}

The output dimensions do not match after introducing vaccination

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