We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef6332 commit 1cc024eCopy full SHA for 1cc024e
test/utils.jl
@@ -25,7 +25,7 @@ end
25
xs, y = randn(2,3), rand()
26
f34(xs, y) = xs[1] * (sum(xs .^ (1:3)') + y^4) # non-diagonal Hessian, two arguments
27
28
- # Follow is should work ones we workout what ForwardDiff should do when `Float64` is called on a `Dual`
+ # Following should work once we workout what ForwardDiff should do when `Float64` is called on a `Dual`
29
# https://github.com/JuliaDiff/ForwardDiff.jl/pull/538
30
# else might need a custom overload of `(;;ChainRulesCore.ProjectTo)(::Dual)`
31
# When fixed uncomment the below and delete the broken function
0 commit comments