Skip to content

Commit 9efc470

Browse files
committed
shrink mul sizes?
1 parent 0dddddc commit 9efc470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/chainrules/mulrules.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
end
5050

5151
@testset "Sparse" begin
52-
M = GBMatrix(sprand(100, 10, 0.25))
52+
M = GBMatrix(sprand(20, 10, 0.25))
5353
Y = GBMatrix(sprand(10, 0.1))
54-
N = GBMatrix(sprand(10, 75, 0.05))
54+
N = GBMatrix(sprand(10, 30, 0.05))
5555
@testset "+.*" begin
5656
test_frule(*, M, Y)
5757
test_frule(*, M, Y, (+, *))

0 commit comments

Comments
 (0)