Skip to content

Commit

Permalink
Relax trace test
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Jan 11, 2019
1 parent 24f1eca commit 4f67140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ import LinearAlgebra
end
@testset "trace" begin
a = randn(3, 3)
@test SPICE._trace(a) == LinearAlgebra.tr(a)
@test SPICE._trace(a) LinearAlgebra.tr(a)
end
@testset "tsetyr" begin
# Expand 2-digit year to full year, typically 4-digit
Expand Down

0 comments on commit 4f67140

Please sign in to comment.