Skip to content

Commit

Permalink
add two tests,
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 18, 2024
1 parent f558fdc commit 672f19d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers/test_manifold_extra_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ 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, p) == π
@test Manopt.max_stepsize(TM) == π
@test Manopt.max_stepsize(TM, ArrayPartition(p, X)) == π
@test Manopt.max_stepsize(
TTM, ArrayPartition(ArrayPartition(p, X), ArrayPartition(X, X))
Expand Down

0 comments on commit 672f19d

Please sign in to comment.