Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilan Pathirana committed Mar 27, 2024
1 parent b693ebf commit 96f0022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/model_space/test_model_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96f0022

Please sign in to comment.