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 a3e76b1 commit 6e8c29bCopy full SHA for 6e8c29b
src/differentials/thunks.jl
@@ -121,5 +121,5 @@ unthunk(x::InplaceableThunk) = unthunk(x.val)
121
(x::InplaceableThunk)() = unthunk(x)
122
123
function Base.show(io::IO, x::InplaceableThunk)
124
- println(io, "InplaceableThunk($(repr(x.val)), $(repr(x.add!)))")
+ println(io, "InplaceableThunk($(strip(repr(x.val))), $(strip(repr(x.add!))))")
125
end
0 commit comments