Skip to content

Commit 11abefb

Browse files
committed
Delete the unnecessary assignment in quantecon/repeated_game.py
1 parent a9acd54 commit 11abefb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quantecon/game_theory/repeated_game.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def _equilibrium_payoffs_abreu_sannikov(rpg, tol=1e-12, max_iter=500,
122122
raise NotImplementedError(msg)
123123

124124
best_dev_gains = _best_dev_gains(rpg)
125-
C = np.empty((4, 2))
126125
IC = np.empty(2)
127126
action_profile_payoff = np.empty(2)
128127
# auxiliary array for checking if payoff is inside the convex hull

0 commit comments

Comments
 (0)