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.
bijector(dynamicpplmodel)
1 parent cdeb657 commit 18d8ff3Copy full SHA for 18d8ff3
src/DynamicPPL.jl
@@ -179,6 +179,7 @@ include("logdensityfunction.jl")
179
include("model_utils.jl")
180
include("extract_priors.jl")
181
include("values_as_in_model.jl")
182
+include("bijector.jl")
183
184
include("debug_utils.jl")
185
using .DebugUtils
test/runtests.jl
@@ -68,6 +68,7 @@ include("test_util.jl")
68
69
include("deprecated.jl")
70
include("submodels.jl")
71
+ include("bijector.jl")
72
end
73
74
if GROUP == "All" || GROUP == "Group2"
0 commit comments