Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
jstac committed Sep 21, 2023
1 parent e4ab096 commit 317e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/opt_invest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 317e12a

Please sign in to comment.