diff test/Grids/tensor_grid_test.jl @ 1413:410bc321242c bugfix/grids/complete_interface_impl

Add todo for colon-indexing and remove tests
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 23 Aug 2023 09:32:01 +0200
parents faffc5957bf2
children 1aa8adbf13d5
line wrap: on
line diff
--- a/test/Grids/tensor_grid_test.jl	Tue Aug 22 22:39:03 2023 +0200
+++ b/test/Grids/tensor_grid_test.jl	Wed Aug 23 09:32:01 2023 +0200
@@ -43,9 +43,6 @@
             @test axes(g, 1) == 1:11
             @test axes(g, 2) == 1:6
             @test axes(g) == (1:11,1:6)
-
-            # REVIEW: Would be nice if this worked.
-            @test_broken g[:, end] == g[1:11,6]
         end
 
         @testset "cartesian indexing" begin