Skip to content

Commit

Permalink
clenup
Browse files Browse the repository at this point in the history
  • Loading branch information
BatyLeo committed Dec 25, 2024
1 parent c2615cd commit f292ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/perturbed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
jac2_big = Zygote.jacobian(perturbed2_big, θ)[1]
@test all(diag(jac2_big) .>= 0)
@test all(jac2_big - Diagonal(jac2_big) .<= 0)
@info diag(jac2_big)
@test_broken sortperm(diag(jac2_big)) == sortperm(θ)
@test norm(jac2) norm(jac2_big) rtol = 5e-2
end
Expand Down

0 comments on commit f292ea0

Please sign in to comment.