Skip to content

Commit 85a4a2a

Browse files
authored
Update test/diagonal.jl
1 parent 9ca631f commit 85a4a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diagonal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Random.seed!(1)
478478
U, s, V = F
479479
@test map(x -> x.val, Matrix(F)) map(x -> x.val, Du)
480480
@test svdvals(Du) == s
481-
@test U isa AbstractMatrix{<:AbstractFloat}
481+
@test U isa AbstractMatrix{<:Union{Real,Complex}}
482482
@test V isa AbstractMatrix{<:AbstractFloat}
483483
@test s isa AbstractVector{<:Furlong{1}}
484484
E = eigen(Du)

0 commit comments

Comments
 (0)