Skip to content

Commit

Permalink
Use lapply as test for mclapply
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEbert committed Sep 5, 2018
1 parent fa31318 commit b9e5f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test_RABC2.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ abc_RABC_2 <- abc_start(
inp,
method = "RABC",
control = list(n = 20, prior_eval = prior_eval, pacc_final = 0.1),
output_control = list(print_output = FALSE, include_dist = TRUE)
output_control = list(print_output = FALSE, include_dist = TRUE),
cl = "test"
)

summary(abc_RABC_2)

0 comments on commit b9e5f5f

Please sign in to comment.