Skip to content

Commit

Permalink
runs formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 24, 2024
1 parent 19239a2 commit 79c1888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/manifolds/invertible_matrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ using LinearAlgebra, Manifolds, ManifoldsBase, Test
@test_throws ManifoldDomainError is_vector(M, A, Ac; error=:error)
@test is_vector(M, A, A)
@test is_flat(M)
@test typeof(get_embedding(M)) === Euclidean{ManifoldsBase.TypeParameter{Tuple{3,3}},ℝ}
@test typeof(get_embedding(M)) ===
Euclidean{ManifoldsBase.TypeParameter{Tuple{3,3}},ℝ}
@test typeof(get_embedding(M2)) === Euclidean{Tuple{Int64,Int64},ℝ}
@test embed(M, A) === A
@test embed(M, A, A) === A
Expand Down

0 comments on commit 79c1888

Please sign in to comment.