-
Notifications
You must be signed in to change notification settings - Fork 0
expand node names for paramNames #1
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In R/runCalibrationNIMBLE.R, the code breaks if paramNames contain parameters that are not scalars. Suggested fix for lines 113-116:
if (!all(model$expandNodeNames(paramNames) %in% colnames(MCMCSamples))) {
stop("paramNames missing from MCMCSamples: ",
paste(setdiff(paramNames, colnames(MCMCSamples)), collapse = ", "))
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working