Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Jul 18, 2024
1 parent ae71532 commit 8a8aa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/logging.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function log_bottlenecks(model; converged::Bool)
end
@logmsg level "Convergence bottlenecks in descending order of severity:" errors...
else
algorithm = model.config.solver_algorithm
algorithm = model.config.solver.algorithm
@logmsg level "Convergence bottlenecks are not shown for the chosen solver algorithm." algorithm

Check warning on line 52 in core/src/logging.jl

View check run for this annotation

Codecov / codecov/patch

core/src/logging.jl#L51-L52

Added lines #L51 - L52 were not covered by tests
end
end

0 comments on commit 8a8aa0e

Please sign in to comment.