Skip to content

Commit

Permalink
remove extra ,
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 14, 2020
1 parent cb34c16 commit 923ad31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rulesets/Base/arraymath.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

@testset "negation" begin
A = randn(4, 4)
= randn(4, 4,)
= randn(4, 4,)
= randn(4, 4)
= randn(4, 4)
rrule_test(-, Ȳ, (A, Ā))
rrule_test(-, Diagonal(Ȳ), (Diagonal(A), Diagonal(Ā)))
end
Expand Down

0 comments on commit 923ad31

Please sign in to comment.