From a65f15a9cf942bb813919c1172dbbaf538b35628 Mon Sep 17 00:00:00 2001 From: William Wilkinson Date: Fri, 18 Jun 2021 13:57:55 +0300 Subject: [PATCH] update test docstring --- newt/tests/test_vs_exact_marg_lik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newt/tests/test_vs_exact_marg_lik.py b/newt/tests/test_vs_exact_marg_lik.py index 9aed43e..28dbfdc 100644 --- a/newt/tests/test_vs_exact_marg_lik.py +++ b/newt/tests/test_vs_exact_marg_lik.py @@ -40,7 +40,7 @@ def initialise_gp_model(var_f, len_f, var_y, x, y): @pytest.mark.parametrize('N', [30, 60]) def test_marg_lik(var_f, len_f, var_y, N): """ - test whether VI with newt's GP and MarkovGP give the same initial ELBO and posterior + test whether VI with newt's GP and Gaussian likelihood gives the exact marginal likelihood """ x, y = build_data(N)