Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Apr 8, 2024
1 parent 545c755 commit 9675062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/RunAnalyses.R
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ runCmAnalyses <- function(connectionDetails,
)
return(task)
}

tasks <- lapply(1:nrow(subset), createFilterForCovariateBalanceTask)
cluster <- ParallelLogger::makeCluster(min(length(tasks), multiThreadingSettings$prefilterCovariatesThreads))
ParallelLogger::clusterRequire(cluster, "CohortMethod")
Expand Down

0 comments on commit 9675062

Please sign in to comment.