Skip to content

Commit f125a4a

Browse files
borisdevoslkdvos
andauthored
Update test/tensors/factorizations.jl
Co-authored-by: Lukas Devos <[email protected]>
1 parent 6aaa460 commit f125a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tensors/factorizations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ for V in spacelist
352352
d1, d2 = dim(codomain(t)), dim(domain(t))
353353
r = rank(t)
354354
@test r == min(d1, d2)
355-
@test eltype(r) == eltype(d1)
355+
@test typeof(r) == typeof(d1)
356356
M = left_null(t)
357357
@test @constinferred(rank(M)) + r d1
358358
Mᴴ = right_null(t)

0 commit comments

Comments
 (0)