From 672f19dc46d1fb91e61de8a27b510e61b56770b7 Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Fri, 18 Oct 2024 18:54:41 +0200 Subject: [PATCH] add two tests, --- test/helpers/test_manifold_extra_functions.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/helpers/test_manifold_extra_functions.jl b/test/helpers/test_manifold_extra_functions.jl index e6bb8e1888..4ea796f4d0 100644 --- a/test/helpers/test_manifold_extra_functions.jl +++ b/test/helpers/test_manifold_extra_functions.jl @@ -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))