Mercurial > repos > public > sbplib_julia
diff test/Grids/equidistant_grid_test.jl @ 1963:624e19c20c19 feature/grids/manifolds
Clean up some white space
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 11 Feb 2025 09:10:19 +0100 |
parents | 04c251bccbd4 |
children |
line wrap: on
line diff
--- a/test/Grids/equidistant_grid_test.jl Tue Feb 11 09:01:54 2025 +0100 +++ b/test/Grids/equidistant_grid_test.jl Tue Feb 11 09:10:19 2025 +0100 @@ -164,7 +164,6 @@ @test equidistant_grid(HyperBox((0,),(2,)),4) == equidistant_grid(@SVector[0], @SVector[2], 4) end - @testset "equidistant_grid(::Chart)" begin c = Chart(unitsquare()) do (ξ,η) @SVector[2ξ, 3η]