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 9c09207 commit 4d44effCopy full SHA for 4d44eff
test/downstream/adjoints.jl
@@ -68,7 +68,7 @@ gs_ts, = Zygote.gradient(sol) do sol
68
sum(sum.(sol[[lorenz1.x, lorenz2.x], :]))
69
end
70
71
-@test_broken all(map(x -> x == true_grad_vecsym, gs_ts))
+@test all(map(x -> x == true_grad_vecsym, gs_ts))
72
73
# BatchedInterface AD
74
@variables x(t)=1.0 y(t)=1.0 z(t)=1.0 w(t)=1.0
0 commit comments