We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad94aa6 commit d9eda88Copy full SHA for d9eda88
test/runtests.jl
@@ -4,7 +4,7 @@ using Random: seed!
4
seed!(42)
5
6
# Global flags for the tests
7
-@testset "Augmented Gaussian Process Testing"
+@testset "Augmented Gaussian Process Testing" begin
8
include("test_GP.jl")
9
include("test_VGP.jl")
10
include("test_SVGP.jl")
0 commit comments