Skip to content

Commit 18d8ff3

Browse files
committed
move bijector(dynamicpplmodel) from Turing.jl
1 parent cdeb657 commit 18d8ff3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/DynamicPPL.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ include("logdensityfunction.jl")
179179
include("model_utils.jl")
180180
include("extract_priors.jl")
181181
include("values_as_in_model.jl")
182+
include("bijector.jl")
182183

183184
include("debug_utils.jl")
184185
using .DebugUtils

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ include("test_util.jl")
6868
include("debug_utils.jl")
6969
include("deprecated.jl")
7070
include("submodels.jl")
71+
include("bijector.jl")
7172
end
7273

7374
if GROUP == "All" || GROUP == "Group2"

0 commit comments

Comments
 (0)