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 11, 2020
1 parent 014aa37 commit d952d95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/tuned_models.jl
@@ -1,8 +1,6 @@
module TestTunedModels
using Distributed

using Test
using Distributed

@everywhere begin
using MLJBase
Expand All @@ -13,7 +11,7 @@ end

using Random
Random.seed!(1234*myid())
using ..TestUtilities
using .TestUtilities

N = 30
x1 = rand(N);
Expand Down Expand Up @@ -165,5 +163,4 @@ end
end
end)

end #module
true

0 comments on commit d952d95

Please sign in to comment.