We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3af0d6 commit f6f863bCopy full SHA for f6f863b
R/dwf_clc_process.R
@@ -60,8 +60,8 @@ clc_process <- function(
60
}
61
62
strategy <- .validate_strategy(strategy)
63
- if (strategy == "sequential") n_cores <- 1L
64
- n_cores <- .validate_n_cores(n_cores)
+ if (strategy == "sequential") n_cores_plot <- 1L
+ n_cores_plot <- .validate_n_cores(n_cores_plot)
65
66
# # ..................................................................... ###
67
0 commit comments