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 c2615cd commit f292ea0Copy full SHA for f292ea0
test/perturbed.jl
@@ -30,7 +30,6 @@
30
jac2_big = Zygote.jacobian(perturbed2_big, θ)[1]
31
@test all(diag(jac2_big) .>= 0)
32
@test all(jac2_big - Diagonal(jac2_big) .<= 0)
33
- @info diag(jac2_big)
34
@test_broken sortperm(diag(jac2_big)) == sortperm(θ)
35
@test norm(jac2) ≈ norm(jac2_big) rtol = 5e-2
36
end
0 commit comments