Added fixed random seed for tests (+1 squashed commit)
Squashed commits: [76e3664] Added fixed random seed for tests
This commit is contained in:
@@ -5,6 +5,7 @@ import unittest
|
||||
|
||||
|
||||
dpath = 'demo/data/'
|
||||
rng = np.random.RandomState(1994)
|
||||
|
||||
class TestBasic(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user