Skip to content

Commit

Permalink
mising separator
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel committed Jun 14, 2020
1 parent 30c4282 commit 6e24134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tuned_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function assemble_events(metamodels,
end
end
# One tresampling_machine per task
machs = [resampling_machine, [Machine{M}Resampler(model= resampling_machine.model.model,
machs = [resampling_machine, [Machine{M}(Resampler(model= resampling_machine.model.model,
resampling = resampling_machine.model.resampling,
measure = resampling_machine.model.measure,
weights = resampling_machine.model.weights,
Expand Down

0 comments on commit 6e24134

Please sign in to comment.