ok
======================================================================
FAIL: test_left_eigen_vec (__main__.TestComputeStationary)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/oyama/Dropbox/Documents/Teaching/Zemi/2014/test_mc_compute_stationary/unittest_mc_compute_stationary_mpmath.py", line 133, in test_left_eigen_vec
self.assertTrue(np.allclose(np.dot(self.v, self.P), self.v, atol=TOL))
AssertionError: False is not true
----------------------------------------------------------------------
Ran 4 tests in 0.002s
FAILED (failures=1)