Skip to content

Commit 0b31121

Browse files
committed
fix test
1 parent ebe6800 commit 0b31121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ end
248248

249249
@test conj(ft3) === ft3 # same object
250250
@test real(ft3) === ft3
251-
@test norm(imag(ft3)) == 0.0
251+
@test all(==(0.0), data_matrix(imag(ft3)))
252252

253253
@test conj(ft5) isa FusionTensor{ComplexF64,4}
254254
@test real(ft5) isa FusionTensor{Float64,4}

0 commit comments

Comments
 (0)