We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e046f3 commit 805cea0Copy full SHA for 805cea0
scripts/summarize_evals.py
@@ -14,7 +14,7 @@ def parse_args() -> argparse.Namespace:
14
return parser.parse_args()
15
16
17
-def get_paths(directory: dir) -> List[str]:
+def get_paths(directory: str) -> List[str]:
18
return glob.glob(os.path.join(directory, '*_eval.txt'))
19
20
0 commit comments