From 9aca2e42c83ec819dc75c759ca4bef6d828c0f02 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Fri, 29 Nov 2024 04:08:59 -0800 Subject: [PATCH] fix: progressbar TotalDegree --- src/solve_homotopy.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solve_homotopy.jl b/src/solve_homotopy.jl index fe421407..f679a5d2 100644 --- a/src/solve_homotopy.jl +++ b/src/solve_homotopy.jl @@ -230,7 +230,7 @@ function _get_raw_solution( bar = Progress( length(parameter_values); dt=1, - desc="Solving via $method homotopy ...", + desc="Solving via $(nameof(typeof(method))) homotopy ...", barlen=50, ) end