Seed the random flowTests

This commit is contained in:
Rowan Cockett
2015-11-24 19:28:06 -08:00
parent ca3b44bacc
commit 83e29b74c7
+2
View File
@@ -12,6 +12,8 @@ except Exception, e:
TOL = 1E-8
np.random.seed(0)
class TestModels(unittest.TestCase):
def test_BaseHaverkamp_Theta(self):