From f59f6cb70c2b316ecfdf6c619c40aea35c6fe1dc Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Tue, 26 Sep 2023 20:03:20 +0200 Subject: [PATCH] no error on Contains for Points --- test/selector.jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/selector.jl b/test/selector.jl index 954faf146..c447b5483 100644 --- a/test/selector.jl +++ b/test/selector.jl @@ -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)))