Skip to content

Commit

Permalink
Update tuned_models.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel committed Jun 10, 2020
1 parent 7fdd105 commit 5f1bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tuned_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end
end

@static if VERSION >= v"1.3.0-DEV.573"
@testset_accelerated "accel. (CPUThreads)" accel begin
@testset_accelerated "accel. (CPUThreads)" accel (exclude=[CPUProcesses],) begin
tm = TunedModel(model=first(r), tuning=Explicit(),
range=r, resampling=CV(nfolds=2),
measures=[rms, l1], acceleration= CPUThreads(),
Expand Down

0 comments on commit 5f1bc7a

Please sign in to comment.