diff test/Grids/manifolds_test.jl @ 1781:a73838c9ef94 feature/grids/manifolds

Let Chart implement Base.ndims instead of domain_dim
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 16 Sep 2024 09:05:47 +0200
parents 8ecdc5bb46be
children ea98f03e18e0
line wrap: on
line diff
--- a/test/Grids/manifolds_test.jl	Mon Sep 16 08:58:12 2024 +0200
+++ b/test/Grids/manifolds_test.jl	Mon Sep 16 09:05:47 2024 +0200
@@ -69,6 +69,7 @@
     @test c isa Chart{2}
     @test c([3,2]) == [6,4]
     @test parameterspace(c) == unitsquare()
+    @test ndims(c) == 2
 end
 
 @testset "Atlas" begin