We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaf7be commit 8d77d78Copy full SHA for 8d77d78
src/test_utils.jl
@@ -686,7 +686,7 @@ Simple model for which [`default_transformation`](@ref) returns a [`StaticTransf
686
end
687
688
function DynamicPPL.default_transformation(::Model{typeof(demo_static_transformation)})
689
- b = Bijectors.stack(exp, identity)
+ b = Bijectors.stack(Bijectors.elementwise(exp), identity)
690
return DynamicPPL.StaticTransformation(b)
691
692
0 commit comments