From 8f0f1918454c65d75469b70955fdc2ff379f20a5 Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Fri, 18 Oct 2024 19:28:50 +0200 Subject: [PATCH] runs formatter. --- test/helpers/test_manifold_extra_functions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/test_manifold_extra_functions.jl b/test/helpers/test_manifold_extra_functions.jl index 4ea796f4d0..f7a7540429 100644 --- a/test/helpers/test_manifold_extra_functions.jl +++ b/test/helpers/test_manifold_extra_functions.jl @@ -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)) == π