Skip to content

Commit

Permalink
fix: progressbar TotalDegree (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye authored Nov 29, 2024
1 parent 9d3476c commit 03f5c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve_homotopy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03f5c87

Please sign in to comment.