Skip to content

Commit 7bc32ad

Browse files
committed
Commit to trigger GitHub re-run of actions
1 parent 6092b15 commit 7bc32ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/posterior.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ priorList2priorMix <- function (prior_list) {
232232
checkmate::assert_list(prior_list, names = "named", any.missing = FALSE, null.ok = FALSE)
233233

234234
# create mapping
235-
args <- createMapping(prior_list)
236-
comp_ind <- do.call("expand.grid", args)
235+
args <- createMapping(prior_list)
236+
comp_ind <- do.call("expand.grid", args)
237237
n_comps_prior <- nrow(comp_ind)
238238

239239
# map information -> mapping function?

0 commit comments

Comments
 (0)