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 13e04c4 commit 2425941Copy full SHA for 2425941
test/core_resizing.jl
@@ -52,4 +52,4 @@ du = similar(u)
52
_du = dualcache(du)
53
f = A -> loss(_du, u, A, 0.0)
54
analyticalsolution = [3.0 0; 0 0]
55
-@test ForwardDiff.gradient(f, A) ≈ analyticalsolution
+@test ForwardDiff.gradient(f, A) ≈ analyticalsolution
0 commit comments