From 96f00224d48b0ad62bf6e80500b5ea8da36680d0 Mon Sep 17 00:00:00 2001 From: Dilan Pathirana Date: Wed, 27 Mar 2024 17:19:01 +0100 Subject: [PATCH] typo --- test/model_space/test_model_space.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/model_space/test_model_space.py b/test/model_space/test_model_space.py index de690713..3f81b5aa 100644 --- a/test/model_space/test_model_space.py +++ b/test/model_space/test_model_space.py @@ -75,9 +75,9 @@ def test_model_space_backward_virtual(model_space): candidate_space = BackwardCandidateSpace() model_space.search(candidate_space) - # The forward candidate space is initialized without a model, so a virtual initial - # model is used. This means the expected models are the "smallest" models (as many - # fixed parameters as possible) in the model space. + # The backward candidate space is initialized without a model, so a virtual + # initial model is used. This means the expected models are the "smallest" + # models (as many fixed parameters as possible) in the model space. expected_models = [ ('model_subspace_1', {f'k{i}': ESTIMATE for i in range(1, 5)}), # This model is not included because it is exactly the same as the