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