File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pywhyllm/tests/model_suggester Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments