Skip to content

Commit bd95279

Browse files
committed
Removed commented lines in Tuebingen model suggester.
Signed-off-by: Grace Sng <[email protected]>
1 parent 289fb38 commit bd95279

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pywhyllm/suggesters/tuebingen_model_suggester.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def suggest_onesided_relationship(
6767
variable_b,
6868
description_b
6969
):
70-
# suggest_relationship = self._onesided_relationship_program()
7170

7271
success: bool = False
7372
suggested_relationship: int
@@ -144,27 +143,6 @@ def _build_description_program(self, variable, use_context=False, ask_reference=
144143
your final answer within the tags, <description></description>."""
145144
return query
146145

147-
# def _onesided_relationship_program(self):
148-
#
149-
# return guidance(
150-
# """
151-
# {{#system~}}
152-
# You are a helpful assistant on causal reasoning. Your goal is to answer questions about cause and effect in a factual and concise way.
153-
# {{~/system}}
154-
#
155-
# {{#user~}}
156-
# Can changing {{variable_a}}, {{description_a}}, change {{variable_b}}, {{description_b}}?
157-
# A. Yes
158-
# B. No
159-
# Within one sentence, let's think step-by-step to make sure that we have the right answer. Then provide your final answer within the tags, <answer>A/B</answer>.
160-
# {{~/user}}
161-
#
162-
# {{#assistant~}}
163-
# {{gen 'output' temperature=temperature}}
164-
# {{~/assistant}}
165-
# """
166-
# )
167-
168146
def suggest_relationship(
169147
self,
170148
variable_a,

0 commit comments

Comments
 (0)