Skip to content

Commit

Permalink
refactor: remove thread limit
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 20, 2023
1 parent c3cec03 commit 1a5e083
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"_PACKAGE"

.onLoad = function(libname, pkgname) {
# CRAN OMP THREAD LIMIT
Sys.setenv("OMP_THREAD_LIMIT" = 2)

# nocov start
x = utils::getFromNamespace("mlr_reflections", ns = "mlr3")
x$tuner_properties = "dependencies"
Expand Down

0 comments on commit 1a5e083

Please sign in to comment.