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 a0de0ac commit 4fe5eeaCopy full SHA for 4fe5eea
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(Bijectors.Exp(), Bijectors.Identity())
+ b = Bijectors.stack(exp, identity)
690
return DynamicPPL.StaticTransformation(b)
691
692
0 commit comments