From 317e12af2f15a3e4eeec47c810b0661413ab766f Mon Sep 17 00:00:00 2001 From: John Stachurski Date: Thu, 21 Sep 2023 17:52:19 -0500 Subject: [PATCH] misc --- lectures/opt_invest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/opt_invest.md b/lectures/opt_invest.md index 5efac033..d7220140 100644 --- a/lectures/opt_invest.md +++ b/lectures/opt_invest.md @@ -381,7 +381,7 @@ plt.show() Let's plot the time taken by each of the solvers and compare them. ```{code-cell} ipython3 -m_vals = range(5, 3000, 100) +m_vals = range(5, 600, 40) ``` ```{code-cell} ipython3