Skip to content

Commit bbf06e2

Browse files
Update ArrayInterfaceReverseDiffExt.jl
1 parent dfa6732 commit bbf06e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/ArrayInterfaceReverseDiffExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function ArrayInterface.aos_to_soa(x::AbstractArray{<:ReverseDiff.TrackedReal,N}
1616
if length(x) > 1
1717
reduce(vcat,x)
1818
else
19-
@show "here?"
2019
reduce(vcat,[x[1],x[1]])[1:1]
2120
end
2221
end

0 commit comments

Comments
 (0)