Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 16, 2025
1 parent 4d1bd42 commit 67056b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ReactantOffsetArraysExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Base.@nospecializeinfer function Reactant.traced_type_inner(
)
N = ndims(OA)
T = OffsetArrays.parenttype(OA)
T2 = Reactant.traced_type_inner(T, seen, Val(mode), track_numbers)
T2 = Reactant.traced_type_inner(T, seen, mode, track_numbers)
return OffsetArray{eltype(T2),N,T2}
end

Expand Down

0 comments on commit 67056b8

Please sign in to comment.