Skip to content

Commit 98d60d9

Browse files
committed
fix space
1 parent a79a3bb commit 98d60d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/opt_transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ While the two LP solvers use different algorithms (HiGHS vs. simplex), both shou
513513
The solutions differs since there are multiple optimal solutions, but the objective values are the same
514514
515515
```{code-cell} ipython3
516-
np.allclose(- res_qe.fun, res.fun)
516+
np.allclose(-res_qe.fun, res.fun)
517517
```
518518
519519
```{code-cell} ipython3

0 commit comments

Comments
 (0)