Skip to content

Commit

Permalink
no error on Contains for Points
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Sep 26, 2023
1 parent 2f0da10 commit f59f6cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/selector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1346,11 +1346,6 @@ end
@test selectindices(dims_, ()) == ()
end

@testset "errors" begin
@test_throws ArgumentError DimensionalData.selectindices(X(Sampled(1:4, sampling=Points())), Contains(1))
end


@testset "hasselection" begin
@test hasselection(A, X(At(20)))
@test hasselection(dims(A, X), X(At(20)))
Expand Down

0 comments on commit f59f6cb

Please sign in to comment.