Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki committed Nov 15, 2024
1 parent 90bf952 commit b54262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modelbench_tests/test_benchmark_grading.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def poor_standards():
],
)
def test_benchmark_scores(hazard_scores, total_scored, total_safe, frac_safe, standards, expected_grade):
benchmark = GeneralPurposeAiChatBenchmarkV1(locale=Locale.EN_US, evaluator="default")
benchmark = GeneralPurposeAiChatBenchmarkV1(locale=Locale.EN_US, prompt_set="practice", evaluator="default")
score = BenchmarkScore(
benchmark_definition=benchmark,
sut=SUTS_FOR_V_0_5[0],
Expand Down

0 comments on commit b54262d

Please sign in to comment.