Skip to content

Commit

Permalink
Fix comment in pipeline/03-evaluate.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Snow <31494343+dfsnow@users.noreply.github.com>
  • Loading branch information
jeancochrane and dfsnow authored Nov 6, 2024
1 parent 53fdc5d commit 6b26b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/03-evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tictoc::tic("Evaluate")
# Load libraries, helpers, and recipes from files
purrr::walk(list.files("R/", "\\.R$", full.names = TRUE), source)

# Enable parallel backend for generating stats faster.
# Enable parallel backend for generating stats faster
if (supportsMulticore()) {
# Limit to half the available cores to avoid hogging resources
plan(multicore, workers = ceiling(num_threads / 2))
Expand Down

0 comments on commit 6b26b44

Please sign in to comment.