We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b78e30 commit 4c36074Copy full SHA for 4c36074
quantecon/game_theory/tests/test_random.py
@@ -30,7 +30,7 @@ def test_covariance_game():
30
for a in np.ndindex(*nums_actions):
31
for i in range(N-1):
32
payoff_profile = g.payoff_profile_array[a]
33
- assert_allclose(payoff_profile[i], payoff_profile[-1], atol=1e-8)
+ assert_allclose(payoff_profile[i], payoff_profile[-1], atol=1e-7)
34
35
rho = -1 / (N - 1)
36
g = covariance_game(nums_actions, rho=rho)
0 commit comments