Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jan 21, 2025
1 parent 3892b23 commit 3cfe340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/unit_tests/evaluation/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def summary_eval_outputs_reference(outputs, reference_outputs):
tolerance = 3
assert total_slow < tolerance
assert total_quick > (SPLIT_SIZE * NUM_REPETITIONS - 1) - tolerance
assert max(deltas) > (total / 4)
assert max(deltas) > (total / 3)

async for r in results:
assert r["run"].outputs["output"] == r["example"].inputs["in"] + 1 # type: ignore
Expand Down

0 comments on commit 3cfe340

Please sign in to comment.