Skip to content

Commit

Permalink
changing back to testing on 10 batik samples only
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah-alnahas committed May 14, 2024
1 parent 35ba60e commit 452b120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_answer_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def is_correct(row):

def test_ansari_agent(data):
df, q_temp, cache = data
#df = df.sample(10)
df = df.sample(10)
# For cost and efficiency reasons, we will only test 10 questions
df["json_prediction"] = df.apply(
lambda row: answer_question(row, q_temp, cache), axis=1
Expand Down

0 comments on commit 452b120

Please sign in to comment.