Skip to content

Commit

Permalink
Tapir bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jun 26, 2024
1 parent 4341595 commit 32e0cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ end
mode(::AutoTapir) = ReverseMode()

function Base.show(io::IO, backend::AutoTapir)
print(io, AutoReverseDiff, "(")
print(io, AutoTapir, "(")
!(backend.safe_mode) && print(io, "safe_mode=false")
print(io, ")")
end
Expand Down

0 comments on commit 32e0cd4

Please sign in to comment.