Skip to content

Commit 65d5400

Browse files
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6856ddd commit 65d5400

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/med_reason_evals/verifiers/medqa.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"""
1010

1111
import os
12+
1213
import verifiers as vf
1314
from dotenv import load_dotenv
1415
from openai import OpenAI
@@ -52,7 +53,7 @@ def load_environment(
5253

5354
rubric = vf.Rubric(
5455
funcs=[exact_match_reward_func, parser.get_format_reward_func()],
55-
weights=[1.0, 0.0],
56+
weights=[1.0, 0.0],
5657
parser=parser,
5758
)
5859

@@ -94,4 +95,4 @@ def main() -> None:
9495

9596

9697
if __name__ == "__main__":
97-
main()
98+
main()

0 commit comments

Comments
 (0)