diff --git a/test/Project.toml b/test/Project.toml index 1922b03ef..8294b9c7a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,6 +16,7 @@ JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c" LogDensityProblemsAD = "996a588d-648d-4e1f-a8f0-a84b347e47b1" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" diff --git a/test/runtests.jl b/test/runtests.jl index 6b6d45607..43c6cf254 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -42,34 +42,34 @@ include("test_util.jl") @testset "DynamicPPL.jl" begin if GROUP == "All" || GROUP == "DynamicPPL" @testset "interface" begin - include("utils.jl") - include("compiler.jl") - include("varnamedvector.jl") - include("varinfo.jl") - include("simple_varinfo.jl") - include("model.jl") - include("sampler.jl") - include("independence.jl") - include("distribution_wrappers.jl") - include("contexts.jl") - include("context_implementations.jl") - include("logdensityfunction.jl") - include("linking.jl") - - include("threadsafe.jl") - - include("serialization.jl") - - include("pointwise_logdensities.jl") - - include("lkj.jl") - - include("debug_utils.jl") - end - - @testset "compat" begin - include(joinpath("compat", "ad.jl")) - end + # include("utils.jl") + # include("compiler.jl") + # include("varnamedvector.jl") + # include("varinfo.jl") + # include("simple_varinfo.jl") + # include("model.jl") + # include("sampler.jl") + # include("independence.jl") + # include("distribution_wrappers.jl") + # include("contexts.jl") + # include("context_implementations.jl") + # include("logdensityfunction.jl") + # include("linking.jl") + + # include("threadsafe.jl") + + # include("serialization.jl") + + # include("pointwise_logdensities.jl") + + # include("lkj.jl") + + # include("debug_utils.jl") + # end + + # @testset "compat" begin + # include(joinpath("compat", "ad.jl")) + # end @testset "extensions" begin include("ext/DynamicPPLMCMCChainsExt.jl")