From 83e29b74c721b6358867dc8e1f7552ac765c110a Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Tue, 24 Nov 2015 19:28:06 -0800 Subject: [PATCH] Seed the random flowTests --- tests/flow/test_Richards.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/flow/test_Richards.py b/tests/flow/test_Richards.py index 6579370d..d63a6210 100644 --- a/tests/flow/test_Richards.py +++ b/tests/flow/test_Richards.py @@ -12,6 +12,8 @@ except Exception, e: TOL = 1E-8 +np.random.seed(0) + class TestModels(unittest.TestCase): def test_BaseHaverkamp_Theta(self):