Skip to content

Commit

Permalink
Update test/rulesets/Base/arraymath.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 19, 2020
1 parent 540c127 commit 4a459e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rulesets/Base/arraymath.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
rrule_test(inv, randn(T, N, N), (B, randn(T, N, N)))
end

# TODO Test on Complex once we have Complex support for all of these.
@testset "*: $T" for T in (Float64, ComplexF64)
(a) = round.(5*randn(T, a)) # Helper to generate nice random values
(a, b) = ((a, b)) # matrix
Expand Down

0 comments on commit 4a459e6

Please sign in to comment.