Skip to content

Commit

Permalink
Merge pull request #14 from holgstr/future-options
Browse files Browse the repository at this point in the history
Remove future options
  • Loading branch information
holgstr authored Oct 27, 2024
2 parents e6597ed + e6a3264 commit 0b95b22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/FME.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ ForwardMarginalEffect = R6::R6Class("ForwardMarginalEffect",
workers = parallelly::availableCores(omit = 2))
on.exit(future::plan(oplan), add = TRUE)

# Ensure parallel-safe RNG
options(future.rng.onMisuse = "ignore", future.seed = TRUE)

pb <- utils::txtProgressBar(min = 0, max = nrow(data), style = 3)

nlm_values <- furrr::future_map_dbl(ids, ~ {
Expand Down

0 comments on commit 0b95b22

Please sign in to comment.