Skip to content

Commit

Permalink
update test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
William Wilkinson committed Jun 18, 2021
1 parent 835d95e commit a65f15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newt/tests/test_vs_exact_marg_lik.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a65f15a

Please sign in to comment.