Mercurial > repos > public > sbplib_julia
diff test/Grids/grid_test.jl @ 1275:dcd8654ca33b refactor/grids
Remove getcomponent stubs since we might have a cleaner way to solve it with map or lazymap
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 26 Feb 2023 11:53:23 +0100 |
parents | 7fab13c07412 |
children | 75a65db29be1 |
line wrap: on
line diff
--- a/test/Grids/grid_test.jl Sat Feb 25 22:57:00 2023 +0100 +++ b/test/Grids/grid_test.jl Sun Feb 26 11:53:23 2023 +0100 @@ -44,10 +44,6 @@ @test eval_on(g, f) == map(x̄->f(x̄...), g) end -@testset "getcomponent" begin - @test_broken false -end - @testset "_ncomponents" begin @test Grids._ncomponents(Int) == 1 @test Grids._ncomponents(Float64) == 1