Skip to content

Commit

Permalink
Merge pull request QuantEcon#283 from QuantEcon/gt_fix
Browse files Browse the repository at this point in the history
FIX: support_enumeration: Disable cache in _indiff_mixed_action
  • Loading branch information
mmcky authored Feb 23, 2017
2 parents 91eaf1f + 5cb1936 commit 2b6b853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/game_theory/support_enumeration.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _support_enumeration_gen(payoff_matrix0, payoff_matrix1):
next_k_array(supps[0])


@jit(nopython=nopython, cache=True)
@jit(nopython=nopython)
def _indiff_mixed_action(payoff_matrix, own_supp, opp_supp, A, b, out):
"""
Given a player's payoff matrix `payoff_matrix`, an array `own_supp`
Expand Down

0 comments on commit 2b6b853

Please sign in to comment.