Skip to content

Commit

Permalink
ue rigth function to determine size
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 1, 2020
1 parent 89210da commit c5cd12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rulesets/LinearAlgebra/structured.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@testset "\\ $T on LHS" for T in (Diagonal, UpperTriangular, LowerTriangular)
LHS = T(randn(T == Diagonal ? 10 : (10, 10)))
y = randn(10)
= randn(size(/(LHS, y))...)
= randn(size(\(LHS, y))...)
rrule_test(\, ȳ, (LHS, randn(size(LHS))), (y, randn(10)))
Y = randn(10, 10)
= randn(10, 10)
Expand Down

0 comments on commit c5cd12b

Please sign in to comment.