Skip to content

Commit

Permalink
remove mentioning of Exp and Identity in test_utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Feb 3, 2023
1 parent a0de0ac commit 4fe5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ Simple model for which [`default_transformation`](@ref) returns a [`StaticTransf
end

function DynamicPPL.default_transformation(::Model{typeof(demo_static_transformation)})
b = Bijectors.stack(Bijectors.Exp(), Bijectors.Identity())
b = Bijectors.stack(exp, identity)
return DynamicPPL.StaticTransformation(b)
end

Expand Down

0 comments on commit 4fe5eea

Please sign in to comment.