Skip to content

Commit

Permalink
Update ArrayInterfaceReverseDiffExt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Mar 4, 2024
1 parent dfa6732 commit bbf06e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/ArrayInterfaceReverseDiffExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function ArrayInterface.aos_to_soa(x::AbstractArray{<:ReverseDiff.TrackedReal,N}
if length(x) > 1
reduce(vcat,x)
else
@show "here?"
reduce(vcat,[x[1],x[1]])[1:1]
end
end
Expand Down

0 comments on commit bbf06e2

Please sign in to comment.