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 c0fd677 commit f98ddc7Copy full SHA for f98ddc7
src/test_utils/main.jl renamed to src/test_utils.jl
@@ -13,10 +13,10 @@ using Accessors: Accessors
13
# For backwards compat.
14
using DynamicPPL: varname_leaves, update_values!!
15
16
-include("model_interface.jl")
17
-include("models.jl")
18
-include("contexts.jl")
19
-include("varinfo.jl")
20
-include("sampler.jl")
+include("test_utils/model_interface.jl")
+include("test_utils/models.jl")
+include("test_utils/contexts.jl")
+include("test_utils/varinfo.jl")
+include("test_utils/sampler.jl")
21
22
end
0 commit comments