Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion quantecon/tests/test_lqnash.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ def test_nnash(self):
tfi = np.linalg.inv(tf)
xbar = tfi.dot(aaa[:2, 2])

# Define answers from matlab. TODO: this is ghetto
# Define answers from matlab. TODO: hardcoding these
# expected values is a fragile way to pin down the outputs

f1_ml = np.array([
[0.243666582208565, 0.027236062661951, -6.827882928738190],
[0.392370733875639, 0.139696450885998, -37.734107291009138]
Expand Down