Skip to content

Commit

Permalink
Remove disturbing @show output in tests (#44860)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Apr 5, 2022
1 parent aa497b5 commit dacf9d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stdlib/LinearAlgebra/test/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ n = 5 # should be odd
Base.convert(::Type{MyDual{T}}, x::MyDual) where {T} =
MyDual(convert(T, x.val), convert(T, x.eps))
if elty <: Real
@show elty
@show istriu(triu(MyDual.(A, zero(A))))
@test det(triu(MyDual.(A, zero(A)))) isa MyDual
end
end
Expand Down

0 comments on commit dacf9d6

Please sign in to comment.