Skip to content

Commit 93f7b30

Browse files
lxvmstevengj
andauthored
Update test/generic.jl
Co-authored-by: Steven G. Johnson <[email protected]>
1 parent 29155d4 commit 93f7b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/generic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ n = 5 # should be odd
100100
if elty <: Int
101101
@testset "det no overflow - triangular" begin
102102
A = diagm([typemax(elty), typemax(elty)])
103-
@test det(A) det(float(A))
103+
@test det(A) == det(float(A))
104104
end
105105
end
106106
@testset "det with units - triangular" begin

0 commit comments

Comments
 (0)