diff --git a/test/manifolds/fixed_rank.jl b/test/manifolds/fixed_rank.jl index 70009206a8..7bd9a128a5 100644 --- a/test/manifolds/fixed_rank.jl +++ b/test/manifolds/fixed_rank.jl @@ -220,7 +220,7 @@ include("../utils.jl") test_tangent_vector_broadcasting=true, projection_atol_multiplier=15, retraction_methods=[PolarRetraction(), OrthographicRetraction()], - inverse_retraction_methods = [OrthographicInverseRetraction()], + inverse_retraction_methods=[OrthographicInverseRetraction()], vector_transport_methods=[ProjectionTransport()], vector_transport_retractions=[PolarRetraction()], vector_transport_inverse_retractions=[PolarInverseRetraction()],