Skip to content

Commit

Permalink
fixed test_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Feb 3, 2023
1 parent dfaf7be commit 8d77d78
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(exp, identity)
b = Bijectors.stack(Bijectors.elementwise(exp), identity)
return DynamicPPL.StaticTransformation(b)
end

Expand Down

0 comments on commit 8d77d78

Please sign in to comment.