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 48aca59 commit ca97fe1Copy full SHA for ca97fe1
test/runtests.jl
@@ -62,14 +62,14 @@ include("test_util.jl")
62
include("serialization.jl")
63
include("pointwise_logdensities.jl")
64
include("lkj.jl")
65
- include("deprecated.jl")
66
- end
67
-
68
- if GROUP == "All" || GROUP == "Group2"
69
include("contexts.jl")
70
include("context_implementations.jl")
71
include("threadsafe.jl")
72
include("debug_utils.jl")
+ include("deprecated.jl")
+ end
+
+ if GROUP == "All" || GROUP == "Group2"
73
@testset "compat" begin
74
include(joinpath("compat", "ad.jl"))
75
end
0 commit comments