Skip to content

Commit

Permalink
accept_reject.r
Browse files Browse the repository at this point in the history
  • Loading branch information
prdm0 committed Apr 23, 2024
1 parent 17ccc62 commit 7f97e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/accept_reject.r
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ accept_reject <-
mc.cores = n_cores
)))
} else if(parallel && .Platform$OS.type == "windows"){
cl <- makeCluster(detectCores())
cl <- makeCluster(parallel::detectCores())
capture.output(
r <- unlist(parallel::parLapply(
X = n_each_core,
Expand Down

0 comments on commit 7f97e8c

Please sign in to comment.