Skip to content

Commit

Permalink
Remove non-minimalvec tests
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Devos <[email protected]>
  • Loading branch information
Jutho and lkdvos authored Nov 14, 2024
1 parent 850846a commit 410bf1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/minimalmvec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ y = MinimalMVec(randn(3))
@testset "scalartype" begin
s = @constinferred scalartype(x)
@test s == Float64
@test_throws ArgumentError scalartype(())
@test_throws ArgumentError scalartype((randn(Float64, 2), randn(ComplexF64, 3)))
end

@testset "zerovector" begin
Expand Down
2 changes: 0 additions & 2 deletions test/minimalsvec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ y = MinimalSVec(randn(3))
@testset "scalartype" begin
s = @constinferred scalartype(x)
@test s == Float64
@test_throws ArgumentError scalartype(())
@test_throws ArgumentError scalartype((randn(Float64, 2), randn(ComplexF64, 3)))
end

@testset "zerovector" begin
Expand Down

0 comments on commit 410bf1c

Please sign in to comment.