Skip to content

Commit

Permalink
selection is based on the full parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Oct 3, 2024
1 parent 6135636 commit 31bce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/impute_inla.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ setMethod(
)
}

ifelse(is.null(model$model.spde2.blc), "Predictor:%i", "APredictor:%i") |>
ifelse(is.null(model$model.spde2.blc), "^Predictor:%i", "^APredictor:%i") |>
sprintf(missing_obs) -> missing_obs
assert_that(requireNamespace("INLA", quietly = TRUE))
assert_that(requireNamespace("sn", quietly = TRUE))
Expand Down

0 comments on commit 31bce79

Please sign in to comment.