diff --git a/src/Enzyme.jl b/src/Enzyme.jl index fb2eea7466..6a2a35fda4 100644 --- a/src/Enzyme.jl +++ b/src/Enzyme.jl @@ -1220,7 +1220,7 @@ grad = jacobian(Forward, f, [2.0, 3.0, 4.0]) # output -2×3 Matrix{Float64}: +2×3 transpose(::Matrix{Float64}) with eltype Float64: 3.0 2.0 0.0 0.0 1.0 1.0 ```