Skip to content

Commit

Permalink
Fix typo in testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiaozhu committed Oct 9, 2023
1 parent 698b393 commit 2b44982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gpflow/models/test_gpr_with_loaded_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def make_models(

@pytest.mark.parametrize("full_cov", [True, False])
@pytest.mark.parametrize("full_output_cov", [False])
def test_predict_vs_predict_loaded_cache(
def test_predict_f_vs_predict_f_loaded_cache(
full_cov: bool, full_output_cov: bool
) -> None:
"""
Expand All @@ -94,7 +94,7 @@ def test_predict_vs_predict_loaded_cache(

@pytest.mark.parametrize("full_cov", [False])
@pytest.mark.parametrize("full_output_cov", [False])
def test_predict_vs_predict_loaded_cache(
def test_predict_y_vs_predict_y_loaded_cache(
full_cov: bool, full_output_cov: bool
) -> None:
"""
Expand Down

0 comments on commit 2b44982

Please sign in to comment.