Skip to content

Commit 57a5484

Browse files
test: SurrogatesRandomForest before MOE
1 parent 1c2feaa commit 57a5484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ end
1515
@testset "Libs" begin
1616
@testset "$pkg" for pkg in [
1717
"SurrogatesAbstractGPs", "SurrogatesFlux",
18-
"SurrogatesPolyChaos", "SurrogatesMOE",
19-
"SurrogatesRandomForest", "SurrogatesSVM"]
18+
"SurrogatesPolyChaos", "SurrogatesRandomForest",
19+
"SurrogatesMOE", "SurrogatesSVM"]
2020
@time begin
2121
dev_subpkg(pkg)
2222
Pkg.test(pkg)

0 commit comments

Comments
 (0)