Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 8, 2024
1 parent bbed112 commit ea02b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit ea02b79

Please sign in to comment.