Skip to content

Commit 3370119

Browse files
Update test/symmetric.jl
Co-authored-by: Daniel Karrasch <[email protected]>
1 parent dc7a69e commit 3370119

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/symmetric.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,12 +1038,9 @@ end
10381038
@testset "hermitianpart for numbers" begin
10391039
@test hermitianpart(3 + 4im) == 3
10401040
@test hermitianpart(5) == 5.0
1041-
@test typeof(hermitianpart(5)) == Float64
10421041
@test hermitianpart(2.5) == 2.5
10431042
@test hermitianpart(-1 + 0im) == -1
10441043
@test typeof(hermitianpart(3 + 4im)) == 3.0
1045-
@test typeof(hermitianpart(3 + 4im)) == Float64
1046-
@test typeof(hermitianpart(2.5 + 3im)) == Float64
10471044
end
10481045
end
10491046

0 commit comments

Comments
 (0)