Skip to content

Commit b0bca16

Browse files
author
Miha Zgubic
committed
remove show X line
1 parent bf54b2f commit b0bca16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/rulesets/LinearAlgebra/factorization.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ end
8282
for n in [4, 6, 10], m in [3, 5, 9]
8383
@testset "($n x $m) svd" begin
8484
X = randn(n, m)
85-
@show X
8685
test_rrule(svd, X; atol=1e-6, rtol=1e-6)
8786
end
8887
end

0 commit comments

Comments
 (0)