@@ -46,57 +46,57 @@ include("test_util.jl")
46
46
# time, but beyond that there is no particular reason for the split.
47
47
if GROUP == " All" || GROUP == " Group1"
48
48
include (" Aqua.jl" )
49
- include (" utils.jl" )
50
- include (" compiler.jl" )
51
- include (" varnamedvector.jl" )
52
- include (" varinfo.jl" )
53
- include (" simple_varinfo.jl" )
54
- include (" model.jl" )
55
- include (" sampler.jl" )
56
- include (" independence.jl" )
57
- include (" distribution_wrappers.jl" )
58
- include (" logdensityfunction.jl" )
59
- include (" linking.jl" )
60
- include (" serialization.jl" )
61
- include (" pointwise_logdensities.jl" )
62
- include (" lkj.jl" )
63
- include (" deprecated.jl" )
49
+ # include("utils.jl")
50
+ # include("compiler.jl")
51
+ # include("varnamedvector.jl")
52
+ # include("varinfo.jl")
53
+ # include("simple_varinfo.jl")
54
+ # include("model.jl")
55
+ # include("sampler.jl")
56
+ # include("independence.jl")
57
+ # include("distribution_wrappers.jl")
58
+ # include("logdensityfunction.jl")
59
+ # include("linking.jl")
60
+ # include("serialization.jl")
61
+ # include("pointwise_logdensities.jl")
62
+ # include("lkj.jl")
63
+ # include("deprecated.jl")
64
64
end
65
65
66
66
if GROUP == " All" || GROUP == " Group2"
67
- include (" contexts.jl" )
68
- include (" context_implementations.jl" )
69
- include (" threadsafe.jl" )
70
- include (" debug_utils.jl" )
71
- @testset " compat" begin
72
- include (joinpath (" compat" , " ad.jl" ))
73
- end
74
- @testset " extensions" begin
75
- include (" ext/DynamicPPLMCMCChainsExt.jl" )
76
- include (" ext/DynamicPPLJETExt.jl" )
77
- end
78
- @testset " ad" begin
79
- include (" ext/DynamicPPLForwardDiffExt.jl" )
80
- include (" ext/DynamicPPLMooncakeExt.jl" )
81
- include (" ad.jl" )
82
- end
83
- @testset " prob and logprob macro" begin
84
- @test_throws ErrorException prob " ..."
85
- @test_throws ErrorException logprob " ..."
86
- end
87
- @testset " doctests" begin
88
- DocMeta. setdocmeta! (
89
- DynamicPPL,
90
- :DocTestSetup ,
91
- :(using DynamicPPL, Distributions);
92
- recursive= true ,
93
- )
94
- doctestfilters = [
95
- # Ignore the source of a warning in the doctest output, since this is dependent on host.
96
- # This is a line that starts with "└ @ " and ends with the line number.
97
- r" └ @ .+:[0-9]+" ,
98
- ]
99
- doctest (DynamicPPL; manual= false , doctestfilters= doctestfilters)
100
- end
67
+ # include("contexts.jl")
68
+ # include("context_implementations.jl")
69
+ # include("threadsafe.jl")
70
+ # include("debug_utils.jl")
71
+ # @testset "compat" begin
72
+ # include(joinpath("compat", "ad.jl"))
73
+ # end
74
+ # @testset "extensions" begin
75
+ # include("ext/DynamicPPLMCMCChainsExt.jl")
76
+ # include("ext/DynamicPPLJETExt.jl")
77
+ # end
78
+ # @testset "ad" begin
79
+ # include("ext/DynamicPPLForwardDiffExt.jl")
80
+ # include("ext/DynamicPPLMooncakeExt.jl")
81
+ # include("ad.jl")
82
+ # end
83
+ # @testset "prob and logprob macro" begin
84
+ # @test_throws ErrorException prob"..."
85
+ # @test_throws ErrorException logprob"..."
86
+ # end
87
+ # @testset "doctests" begin
88
+ # DocMeta.setdocmeta!(
89
+ # DynamicPPL,
90
+ # :DocTestSetup,
91
+ # :(using DynamicPPL, Distributions);
92
+ # recursive=true,
93
+ # )
94
+ # doctestfilters = [
95
+ # # Ignore the source of a warning in the doctest output, since this is dependent on host.
96
+ # # This is a line that starts with "└ @ " and ends with the line number.
97
+ # r"└ @ .+:[0-9]+",
98
+ # ]
99
+ # doctest(DynamicPPL; manual=false, doctestfilters=doctestfilters)
100
+ # end
101
101
end
102
102
end
0 commit comments