Skip to content

Commit e2a99d1

Browse files
committed
replace french by english even in comments
1 parent d5252eb commit e2a99d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/assets/utils.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ function _plot_results(bench_id)
199199
return wide
200200
end
201201

202-
#en anglais
203-
#mettre en log 2 au lieu de log 1
204-
#réunir les graphes par pair de solver model
205-
#sur moonshot faire 2 courbes une gpu et cpu
206-
#Faire sur nombre d'itération
207-
#Mettre temps inf si pas converge
202+
# write in english
203+
# use log base 2 instead of log base 1
204+
# group the graphs by solvermodel pairs
205+
# on Moonshot, plot two curves: one for GPU and one for CPU
206+
# plot with respect to the number of iterations
207+
# set time to infinity if it does not converge
208208
function plot_performance_profile(wide, model)
209209
r_ipopt = sort(collect(skipmissing(wide.r_ipopt)))
210210
r_madnlp = sort(collect(skipmissing(wide.r_madnlp)))

0 commit comments

Comments
 (0)