Skip to content

Commit 4d9ee64

Browse files
committed
Edited comments.
Signed-off-by: Grace Sng <[email protected]>
1 parent 0a620f7 commit 4d9ee64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pywhyllm/tests/model_suggester/test_validation_suggester.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ def test_critique_graph(self):
114114
domain_expertises, RelationshipStrategy.Parent)
115115

116116
assert result == test_critique_graph_parent_expected_results
117-
117+
# child
118118
mock_llm.__getitem__ = MagicMock(side_effect=test_critique_graph_children_expected_response)
119119
result = modeler.critique_graph(test_vars, test_suggest_relationships_child_expected_results,
120120
domain_expertises, RelationshipStrategy.Child)
121121

122122
assert result == test_critique_graph_children_expected_results
123-
123+
# pairwise
124124
mock_llm.__getitem__ = MagicMock(side_effect=test_critique_graph_pairwise_expected_response)
125125
result = modeler.critique_graph(test_vars, test_suggest_relationships_pairwise_expected_results,
126126
domain_expertises, RelationshipStrategy.Pairwise)

0 commit comments

Comments
 (0)