diff test/Grids/grid_test.jl @ 1324:0713175a5743 refactor/grids

Remove dims function
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 22 Mar 2023 08:50:33 +0100
parents 356ec6a72974
children ad31c1022e42
line wrap: on
line diff
--- a/test/Grids/grid_test.jl	Tue Mar 07 10:12:33 2023 +0100
+++ b/test/Grids/grid_test.jl	Wed Mar 22 08:50:33 2023 +0100
@@ -10,7 +10,6 @@
     @test eltype(DummyGrid{Int, 2}()) == Int
 
     @test ndims(DummyGrid{Int, 2}()) == 2
-    @test dims(DummyGrid{Int, 2}()) == 1:2
 
     @test target_manifold_dim(DummyGrid{Int, 1}()) == 1
     @test target_manifold_dim(DummyGrid{SVector{3,Float64}, 2}()) == 3