Skip to content

Commit

Permalink
runs formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 18, 2024
1 parent 672f19d commit 8f0f191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/test_manifold_extra_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Random.seed!(42)
p = [0.0, 1.0, 0.0]
X = [0.0, 0.0, 0.0]

@test Manopt.max_stepsize(TM) == π
@test Manopt.max_stepsize(M) == π
@test Manopt.max_stepsize(M, p) == π
@test Manopt.max_stepsize(TM) == π
@test Manopt.max_stepsize(TM, ArrayPartition(p, X)) == π
Expand Down

0 comments on commit 8f0f191

Please sign in to comment.