ok
======================================================================
FAIL: test_nonnegative (__main__.TestComputeStationary)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/oyama/Dropbox/Documents/Teaching/Zemi/2014/test_mc_compute_stationary/unittest_mc_compute_stationary.py", line 129, in test_nonnegative
self.assertEqual(np.prod(self.v >= 0-TOL), 1)
AssertionError: 0 != 1
----------------------------------------------------------------------
Ran 4 tests in 0.006s
FAILED (failures=1)