File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import Mooncake
17
17
using Test: @test , @test_throws , @testset
18
18
using Turing
19
19
20
- @testset " Testing Inference.jl" begin
20
+ @testset verbose = true " Testing Inference.jl" begin
21
21
@info " Starting Inference.jl tests"
22
22
23
23
seed = 23
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ function test_initial_params(
110
110
end
111
111
end
112
112
113
- @testset " External samplers" begin
113
+ @testset verbose = true " External samplers" begin
114
114
@testset " AdvancedHMC.jl" begin
115
115
@testset " $(model. f) " for model in DynamicPPL. TestUtils. DEMO_MODELS
116
116
adtype = Turing. DEFAULT_ADTYPE
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const DEMO_MODELS_WITHOUT_DOT_ASSUME = Union{
46
46
has_dot_assume (:: DEMO_MODELS_WITHOUT_DOT_ASSUME ) = false
47
47
has_dot_assume (:: DynamicPPL.Model ) = true
48
48
49
- @testset " GibbsContext" begin
49
+ @testset verbose = true " GibbsContext" begin
50
50
@testset " type stability" begin
51
51
struct Wrapper{T<: Real }
52
52
a:: T
384
384
@test wuc. non_warmup_count == (num_samples - 1 ) * num_reps
385
385
end
386
386
387
- @testset " Testing gibbs.jl" begin
387
+ @testset verbose = true " Testing gibbs.jl" begin
388
388
@info " Starting Gibbs tests"
389
389
adbackend = Turing. DEFAULT_ADTYPE
390
390
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ using Turing
51
51
end
52
52
end
53
53
54
- @testset " Testing hmc.jl" begin
54
+ @testset verbose = true " Testing hmc.jl" begin
55
55
@info " Starting HMC tests"
56
56
seed = 123
57
57
adbackend = Turing. DEFAULT_ADTYPE
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ using Turing
35
35
end
36
36
end
37
37
38
- @testset " Testing sghmc.jl" begin
38
+ @testset verbose = true " Testing sghmc.jl" begin
39
39
@testset " sghmc constructor" begin
40
40
alg = SGHMC (; learning_rate= 0.01 , momentum_decay= 0.1 , adtype= Turing. DEFAULT_ADTYPE)
41
41
@test alg isa SGHMC
You can’t perform that action at this time.
0 commit comments