We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2feaa commit 57a5484Copy full SHA for 57a5484
test/runtests.jl
@@ -15,8 +15,8 @@ end
15
@testset "Libs" begin
16
@testset "$pkg" for pkg in [
17
"SurrogatesAbstractGPs", "SurrogatesFlux",
18
- "SurrogatesPolyChaos", "SurrogatesMOE",
19
- "SurrogatesRandomForest", "SurrogatesSVM"]
+ "SurrogatesPolyChaos", "SurrogatesRandomForest",
+ "SurrogatesMOE", "SurrogatesSVM"]
20
@time begin
21
dev_subpkg(pkg)
22
Pkg.test(pkg)
0 commit comments