Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Jan 15, 2024
1 parent 3273203 commit 1945f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/extrinsic_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extrinsic_number <- function(x){

ncores = 12

blocks <- seq(18987848 - (3600*24)/6, 18987848)
blocks <- seq(19016648, 19016648 + (3600*24)/6)

groups <- cut(blocks,breaks = ncores, labels = FALSE)

Expand All @@ -45,7 +45,7 @@ cl <- doMC::registerDoMC(cores = ncores)

t <- foreach(i = 1:ncores) %dopar% {

out <- system(paste("python3 test_script_1.py", intervals[[i]][1], intervals[[i]][length(intervals[[i]])]), intern = TRUE)
out <- system(paste("python3 Scripts/fetch_blocks.py", intervals[[i]][1], intervals[[i]][length(intervals[[i]])]), intern = TRUE)

}

Expand Down

0 comments on commit 1945f32

Please sign in to comment.