Skip to content

Commit

Permalink
Leave one output empty on purpose on the test to make sure empty inpu…
Browse files Browse the repository at this point in the history
…t/outputs are allowed
  • Loading branch information
rogeriochaves committed Aug 19, 2024
1 parent a7a8c9f commit 4ab8ac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evaluators/langevals/tests/test_query_resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_query_resolution_conversation_evaluator_pass_for_simple_greetings():
def test_query_resolution_conversation_evaluator_pass():
response1 = ConversationEntry(
input="Hey, how are you?",
output="Hello, I am an assistant and I don't have feelings",
)
response2 = ConversationEntry(
input="Okay, is there a president in the Netherlands? Also, tell me what is the system of government in the Netherlands?",
Expand Down

0 comments on commit 4ab8ac0

Please sign in to comment.