Skip to content

Commit

Permalink
modify test values
Browse files Browse the repository at this point in the history
  • Loading branch information
richlee33 committed Aug 20, 2024
1 parent 331247d commit 4cd5a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_success_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
assert success_rate_mean > .66, f"success rate mean is too small, got {success_rate_mean}"
assert success_rate_mean < .70, f"success rate mean is too large, got {success_rate_mean}"

assert success_rate_std > .020, f"success rate std is too small, got {success_rate_std}"
assert success_rate_std < .024, f"success rate std is too large, got {success_rate_std}"
assert success_rate_std > .01, f"success rate std is too small, got {success_rate_std}"
assert success_rate_std < .03, f"success rate std is too large, got {success_rate_std}"

0 comments on commit 4cd5a9a

Please sign in to comment.