Skip to content

Commit 5dd0cc9

Browse files
committed
add test
1 parent 9b6e067 commit 5dd0cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/tensors/tensors.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,9 @@ end
629629
for V in (ℂ^2, Z2Space(0 => 2, 1 => 2), SU2Space(0 => 2, 1 => 2))
630630
t1 = ones(Float32, V V, V)
631631
t2 = randn(ComplexF64, V V V)
632+
t3 = randn(Float64, zero(V), zero(V))
632633
# test unlimited output
633-
for t in (t1, t2, t1', t2')
634+
for t in (t1, t2, t1', t2', t3)
634635
output = IOBuffer()
635636
summary(output, t)
636637
print(output, ":\n codomain: ")

0 commit comments

Comments
 (0)