Skip to content

Commit

Permalink
add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Jul 18, 2024
1 parent 67d5511 commit 9037377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/allocation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ ManifoldsBase.representation_size(::AllocManifold3) = (2, 3)
@test size(an) == representation_size(M2)

@test default_type(M2) === Matrix{Float64}
@test default_type(M2, TangentSpaceType()) === Matrix{Float64}
end

0 comments on commit 9037377

Please sign in to comment.