diff test/Grids/equidistant_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 e56277744ebb
children 1aa8adbf13d5
line wrap: on
line diff
--- a/test/Grids/equidistant_grid_test.jl	Tue Aug 22 22:39:03 2023 +0200
+++ b/test/Grids/equidistant_grid_test.jl	Wed Aug 23 09:32:01 2023 +0200
@@ -23,8 +23,6 @@
         @test firstindex(g) == 1
         @test lastindex(g) == 101
 
-        @test g[:] == g[1:101]
-        
         @test axes(g,1) == 1:101
         @test axes(g) == (1:101,)
     end