Skip to content

Commit 59c8283

Browse files
committed
remove junk variable from dle.py
1 parent 7f6ebd7 commit 59c8283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantecon/dle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self, information, technology, preferences):
6969
self.nb, self.nh = self.llambda.shape
7070
self.nd, self.nc = self.phic.shape
7171
self.nz, self.nw = self.c2.shape
72-
self.junk, self.ng = self.phig.shape
72+
_, self.ng = self.phig.shape
7373
self.nk, self.ni = self.thetak.shape
7474

7575
# === Creation of various useful matrices === #

0 commit comments

Comments
 (0)