diff --git a/test/empty_manifold.jl b/test/empty_manifold.jl index e9d09215..9793f908 100644 --- a/test/empty_manifold.jl +++ b/test/empty_manifold.jl @@ -12,6 +12,7 @@ struct NonCoTVector <: CoTVector end p = NonMPoint() v = NonTVector() @test base_manifold(M) == M + @test number_system(M) == ℝ @test_throws ErrorException ManifoldsBase.representation_size(M) @test_throws ErrorException manifold_dimension(M)