Skip to content

Commit

Permalink
runs formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Klingbiel committed Oct 20, 2023
1 parent f462f3b commit 82c7a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manifolds/fixed_rank.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
Expand Down

0 comments on commit 82c7a8c

Please sign in to comment.