Mercurial > repos > public > sbplib_julia
diff test/Grids/mapped_grid_test.jl @ 1703:6eb5b48607e0 feature/grids/curvilinear
Add test for axes(::MappedGrid)
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 04 Sep 2024 07:59:24 +0200 |
parents | 5bf4a35a78c5 |
children | e5e76c8e52c5 |
line wrap: on
line diff
--- a/test/Grids/mapped_grid_test.jl Wed Sep 04 00:02:01 2024 +0200 +++ b/test/Grids/mapped_grid_test.jl Wed Sep 04 07:59:24 2024 +0200 @@ -55,6 +55,7 @@ @test mg[begin,end] == [0., 2.] @test eachindex(mg) == CartesianIndices((11,11)) + @test axes(mg) == (1:11, 1:11) @testset "cartesian indexing" begin cases = [