We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350d6c8 commit 5224a28Copy full SHA for 5224a28
1 file changed
project/paperbench/paperbench/nano/eval.py
@@ -400,7 +400,7 @@ async def grade(
400
judge_output = await self.grade_submission(
401
submission_to_grade_path,
402
self.paper_id,
403
- Path(self.run_dir),
+ self.run_dir,
404
)
405
406
ctx_logger.info(
@@ -566,7 +566,7 @@ async def grade_submission(
566
self,
567
submission_path: str,
568
paper_id: str,
569
- run_dir: Path,
+ run_dir: str,
570
) -> Optional[JudgeOutput]:
571
ctx_logger = logger.bind(
572
run_group_id=self.run_group_id,
0 commit comments