Skip to content

Commit b4b0e72

Browse files
authored
Intermediate test relaxation (#405)
1 parent b4d4498 commit b4b0e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ end
138138
ACa = sparse(trop(AC)) # copied and adjoint
139139
@test AT \ B AC \ B
140140
@test ATa \ B ACa \ B
141-
@test ATa \ sparse(B) == ATa \ B
141+
@test ATa \ sparse(B) ATa \ B
142142
@test Matrix(ATa) \ B ATa \ B
143143
@test ATa * ( ATa \ B ) B
144144
end

0 commit comments

Comments
 (0)