Added fixed random seed for tests (+1 squashed commit)

Squashed commits:
[76e3664] Added fixed random seed for tests
This commit is contained in:
terrytangyuan
2015-10-21 23:24:37 -05:00
parent 755072e378
commit ec2cdafec5
3 changed files with 15 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ import unittest
dpath = 'demo/data/'
rng = np.random.RandomState(1994)
class TestBasic(unittest.TestCase):