From 2b44982dd9d22ec54637f6d83a003e278303c7e3 Mon Sep 17 00:00:00 2001 From: Zhixiao Zhu <32467145+zhixiaozhu@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:01:43 +0100 Subject: [PATCH] Fix typo in testing files --- tests/gpflow/models/test_gpr_with_loaded_cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gpflow/models/test_gpr_with_loaded_cache.py b/tests/gpflow/models/test_gpr_with_loaded_cache.py index 82b72cf40..ee86b3f47 100644 --- a/tests/gpflow/models/test_gpr_with_loaded_cache.py +++ b/tests/gpflow/models/test_gpr_with_loaded_cache.py @@ -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: """ @@ -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: """