We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8252769 commit 8e84bbbCopy full SHA for 8e84bbb
lectures/opt_transport.md
@@ -53,7 +53,7 @@ Let's start with some imports.
53
import numpy as np
54
import matplotlib.pyplot as plt
55
from scipy.optimize import linprog
56
-from quantecon.optimize import linprog_simplex
+from quantecon.optimize.linprog_simplex import linprog_simplex
57
import ot
58
from scipy.stats import binom, betabinom
59
import networkx as nx
0 commit comments