File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
24
24
AbstractMCMC = " 2, 3.0, 4"
25
25
AbstractPPL = " 0.5.3"
26
26
BangBang = " 0.3"
27
- Bijectors = " 0.11, 0.12 "
27
+ Bijectors = " 0.12.4 "
28
28
ChainRulesCore = " 0.9.7, 0.10, 1"
29
29
ConstructionBase = " 1"
30
30
Distributions = " 0.23.8, 0.24, 0.25"
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ Simple model for which [`default_transformation`](@ref) returns a [`StaticTransf
686
686
end
687
687
688
688
function DynamicPPL. default_transformation (:: Model{typeof(demo_static_transformation)} )
689
- b = Bijectors. stack (Bijectors. elementwise (exp), identity)
689
+ b = Bijectors. Stacked (Bijectors. elementwise (exp), identity)
690
690
return DynamicPPL. StaticTransformation (b)
691
691
end
692
692
You can’t perform that action at this time.
0 commit comments