Skip to content

Commit 6fa5f7e

Browse files
committed
Remove unused variable
1 parent be16ea5 commit 6fa5f7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quantecon/robustlq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ def evaluate_F(self, F):
392392
d_F = log(det(H))
393393

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

0 commit comments

Comments
 (0)