Mercurial > repos > public > sbplib_julia
diff test/Grids/manifolds_test.jl @ 1944:2a923e673cfc feature/grids/manifolds
Add boundary_identifiers for Chart
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 07 Feb 2025 15:56:04 +0100 |
parents | b8395f69ad80 |
children | 19efb9dacfff |
line wrap: on
line diff
--- a/test/Grids/manifolds_test.jl Fri Feb 07 15:29:40 2025 +0100 +++ b/test/Grids/manifolds_test.jl Fri Feb 07 15:56:04 2025 +0100 @@ -24,7 +24,7 @@ @test jacobian(c, [3,2]) == [2,2] - @test_broken Set(boundaries(X,unitsquare())) == Set([east,west,south,north]) + @test Set(boundaries(Chart(X,unitsquare()))) == Set([east(),west(),south(),north()]) end @testset "CartesianAtlas" begin