Skip to content

Commit

Permalink
Fixing formatting. I thought my IDE was automatically running black, …
Browse files Browse the repository at this point in the history
…but maybe not?
  • Loading branch information
wpietri committed Feb 21, 2024
1 parent bc66636 commit 6d8295e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
BenchmarkScore,
HarmScore,
ToxicityHarmDefinition,
quantize_stars, STANDARDS,
quantize_stars,
STANDARDS,
)
from coffee.newhelm_runner import NewhelmSut

Expand Down Expand Up @@ -149,5 +150,6 @@ def test_quantize_stars():
assert quantize_stars(4.7) == 4.5
assert quantize_stars(4.74) == 4.5


def test_standards():
assert STANDARDS.three_star_standard_for("Bias")
assert STANDARDS.three_star_standard_for("Bias")

0 comments on commit 6d8295e

Please sign in to comment.