From 132b6030e123a18495cac707a0b0394d63b8a603 Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Tue, 25 Feb 2020 13:35:27 +0000 Subject: [PATCH] remand a test --- uravu/tests/test_relationship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uravu/tests/test_relationship.py b/uravu/tests/test_relationship.py index 0ac6fca..9b03972 100644 --- a/uravu/tests/test_relationship.py +++ b/uravu/tests/test_relationship.py @@ -597,7 +597,7 @@ def test_max_likelihood(self): test_rel.max_likelihood() assert_almost_equal(test_rel.variables, np.array([2, 1])) - def test_prior(self): + def test_prior_a(self): """ Test prior function. """