Skip to content

Commit 32e0cd4

Browse files
committed
Tapir bug
1 parent 4341595 commit 32e0cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ end
296296
mode(::AutoTapir) = ReverseMode()
297297

298298
function Base.show(io::IO, backend::AutoTapir)
299-
print(io, AutoReverseDiff, "(")
299+
print(io, AutoTapir, "(")
300300
!(backend.safe_mode) && print(io, "safe_mode=false")
301301
print(io, ")")
302302
end

0 commit comments

Comments
 (0)