Skip to content

Commit 647c440

Browse files
authored
Merge pull request #404 from JuliaDiff/mz/typo
remove show X line
2 parents bf54b2f + b0bca16 commit 647c440

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)