Skip to content

Commit

Permalink
Adding logger inside Resampler declaration for multi threading
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed Sep 24, 2023
1 parent 6f295b7 commit 4b3a32e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tuned_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,8 @@ function assemble_events!(metamodels,
check_measure = resampling_machine.model.check_measure,
repeats = resampling_machine.model.repeats,
acceleration = resampling_machine.model.acceleration,
cache = resampling_machine.model.cache),
cache = resampling_machine.model.cache,
logger = resampling_machine.model.logger),
resampling_machine.args...; cache=false) for
_ in 2:length(partitions)]...]

Expand Down

0 comments on commit 4b3a32e

Please sign in to comment.