diff test/Grids/manifolds_test.jl @ 1942:b8395f69ad80 feature/grids/manifolds

Add boundaries(::Chart) and broken tests
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 07 Feb 2025 14:05:37 +0100
parents 1e3089197397
children 2a923e673cfc
line wrap: on
line diff
--- a/test/Grids/manifolds_test.jl	Fri Feb 07 13:59:13 2025 +0100
+++ b/test/Grids/manifolds_test.jl	Fri Feb 07 14:05:37 2025 +0100
@@ -23,6 +23,8 @@
     @test ndims(c) == 2
 
     @test jacobian(c, [3,2]) == [2,2]
+
+    @test_broken Set(boundaries(X,unitsquare())) == Set([east,west,south,north])
 end
 
 @testset "CartesianAtlas" begin