Skip to content

Commit 4fe5eea

Browse files
committed
remove mentioning of Exp and Identity in test_utils.jl
1 parent a0de0ac commit 4fe5eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.Exp(), Bijectors.Identity())
689+
b = Bijectors.stack(exp, identity)
690690
return DynamicPPL.StaticTransformation(b)
691691
end
692692

0 commit comments

Comments
 (0)