Skip to content

Commit

Permalink
Update accept_reject
Browse files Browse the repository at this point in the history
  • Loading branch information
prdm0 committed Apr 23, 2024
1 parent 2508dd5 commit c683837
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 <- parallel::makeCluster(getOption("cl.cores", 2L))
cl <- parallel::makeCluster(getOption("cl.cores", 1L))
capture.output(
r <- unlist(parallel::parLapply(
X = n_each_core,
Expand Down

0 comments on commit c683837

Please sign in to comment.