Skip to content

Commit

Permalink
Update test/GradientTest.jl
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
jClugstor and devmotion authored Nov 4, 2024
1 parent 3fbc475 commit db4d9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/GradientTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ end
@test_throws DomainError ForwardDiff.gradient(x -> x[1]^x[2], [-1.0, 0.5])
end


@testset "branches in mul!" begin
a, b = rand(3,3), rand(3,3)

Expand Down

0 comments on commit db4d9f9

Please sign in to comment.