Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jokergoo committed Jun 6, 2023
1 parent 59134ed commit c530e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/collect.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ setMethod(f = "collect_plots",

# param <- SnowParam(workers = cores, type = "SOCK")
# registerDoParallel(cores)
dev.null()
# dev.null()
# image <- foreach(ind = seq_len(nrow(comb))) %dopar% {
image = lapply(seq_len(nrow(comb)), function(ind) {
i = comb[ind, 1]
Expand Down Expand Up @@ -116,7 +116,7 @@ setMethod(f = "collect_plots",
}
})
# stopImplicitCluster()
dev.off2()
# dev.off2()

if(any(sapply(image, inherits, "try-error"))) {
print(image)
Expand Down

0 comments on commit c530e8f

Please sign in to comment.