Skip to content

Commit 58cdb12

Browse files
authored
Fix test errors (#479)
* Fix `stack` test errors * Update Bijectors compat
1 parent f548ec5 commit 58cdb12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2424
AbstractMCMC = "2, 3.0, 4"
2525
AbstractPPL = "0.5.3"
2626
BangBang = "0.3"
27-
Bijectors = "0.11, 0.12"
27+
Bijectors = "0.12.4"
2828
ChainRulesCore = "0.9.7, 0.10, 1"
2929
ConstructionBase = "1"
3030
Distributions = "0.23.8, 0.24, 0.25"

src/test_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ Simple model for which [`default_transformation`](@ref) returns a [`StaticTransf
686686
end
687687

688688
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)
690690
return DynamicPPL.StaticTransformation(b)
691691
end
692692

0 commit comments

Comments
 (0)