Skip to content

Commit d0d6210

Browse files
committed
no need to wait
1 parent 9d1474b commit d0d6210

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/integrate_gene_network.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ write_integrated_net <- function(dir_out) {
392392
)
393393

394394
# wait a tad
395-
Sys.sleep(0.25)
396395
index <- !file.exists(fpaths_in)
397396
if (any(index)) {
398397
bad <- paste(fpaths_in[index], collapse = ", ")

0 commit comments

Comments
 (0)