Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MKobayashi23m committed Feb 5, 2020
1 parent be16ea5 commit 6fa5f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantecon/robustlq.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ def evaluate_F(self, F):
d_F = log(det(H))

# == Compute O_F and o_F == #
sig = -1.0 / theta
AO = sqrt(beta) * (A - dot(B, F) + dot(C, K_F))
O_F = solve_discrete_lyapunov(AO.T, beta * dot(K_F.T, K_F))
ho = (trace(H - 1) - d_F) / 2.0
Expand Down

0 comments on commit 6fa5f7e

Please # to comment.