Skip to content

Commit

Permalink
fix: call with reactant
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jan 20, 2025
1 parent 02bdfb1 commit ab15e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,7 @@ end
TracedRNumber{Reactant.unwrapped_eltype(arg)}, arg
)
end
return f(scalar_args...)
return Reactant.call_with_reactant(f, scalar_args...)
end
end

Expand Down

0 comments on commit ab15e8b

Please sign in to comment.