remove imports 1/n

This commit is contained in:
Xi Yan 2024-12-26 15:19:06 -08:00
parent 28ce511986
commit da26d22f90
8 changed files with 43 additions and 22 deletions

View file

@ -197,7 +197,7 @@ class TestScoring:
judge_score_regexes=[r"Score: (\d+)"],
aggregation_functions=aggr_fns,
)
elif x.provider_id == "basic":
elif x.provider_id == "basic" or x.provider_id == "braintrust":
if "regex_parser" in x.identifier:
scoring_functions[x.identifier] = RegexParserScoringFnParams(
aggregation_functions=aggr_fns,