From f0cdf560762ae16044b9b7e6689d24595aa70ac6 Mon Sep 17 00:00:00 2001 From: Charbie_OCP1 Date: Tue, 2 Apr 2024 08:22:22 -0400 Subject: [PATCH] \ --- bioptim/gui/check_conditioning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioptim/gui/check_conditioning.py b/bioptim/gui/check_conditioning.py index ff637bce1..424c6557c 100644 --- a/bioptim/gui/check_conditioning.py +++ b/bioptim/gui/check_conditioning.py @@ -102,7 +102,7 @@ def evaluate_hessian_objective(v, ocp): ev_max = np.max(eigen_values) ev_min = np.min(eigen_values) if ev_min == 0: - condition_number = " /!\ min eigen value is 0" + condition_number = "/!\\ min eigen value is 0" if ev_min != 0: condition_number = np.abs(ev_max) / np.abs(ev_min) convexity = (