Skip to content

Commit c2d9a4b

Browse files
committed
increase tol in rouwenhorst test.
1 parent a787600 commit c2d9a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantecon/markov/tests/test_approximation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setUp(self):
5959
self.rho, self.sigma = np.random.uniform(0, 1, size=2)
6060
self.n = np.random.random_integers(3, 25)
6161
self.ybar = np.random.random_integers(0, 10)
62-
self.tol = 1e-12
62+
self.tol = 1e-10
6363

6464
mc = rouwenhorst(self.n, self.ybar, self.sigma, self.rho)
6565
self.x, self.P = mc.state_values, mc.P

0 commit comments

Comments
 (0)