Skip to content

Commit

Permalink
adds a test to cover the default case of number_system.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Mar 22, 2020
1 parent 31ead57 commit 8bb9a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/empty_manifold.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8bb9a30

Please sign in to comment.