Skip to content

Commit

Permalink
Add missing qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
asterycs committed Jan 8, 2024
1 parent f38dfcb commit 1b90690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forwarddiff_symbolic_dual_ops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ for f ∈ SymbolicUtils.diadic
@test isequal(fd, sym)
end

for f (atanh,)
for f (NaNMath.atanh,)
fun = eval(:(ξ ->($f)(ξ)))

fd = ForwardDiff.derivative(fun, x)
Expand Down

0 comments on commit 1b90690

Please sign in to comment.