Skip to content

Commit

Permalink
Update tree.detection.multi.scan.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Molina-Valero committed Nov 19, 2024
1 parent f529fd3 commit 4e74422
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/tree.detection.multi.scan.R
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ tree.detection.multi.scan <- function(data, single.tree = NULL,

gc()

.filteraux <- list()
.filteraux.2 <- list()



message("Computing sections")
Expand Down Expand Up @@ -515,7 +514,7 @@ tree.detection.multi.scan <- function(data, single.tree = NULL,


.filteraux <- do.call(rbind, .filteraux)
.filteraux.2 <- do.call(rbind, .filteraux.2)
# .filteraux.2 <- do.call(rbind, .filteraux.2)

parallel::stopCluster(cl)

Expand Down

0 comments on commit 4e74422

Please sign in to comment.