Skip to content

Commit 957ea7f

Browse files
committed
fix(inspect): change flg
1 parent 021aee2 commit 957ea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def inspection(args):
1919
shutil.rmtree(path, ignore_errors=True)
2020
if not os.path.exists(path):
2121
os.makedirs(path)
22-
problems = get_bigcodebench(subset=flags.subset)
22+
problems = get_bigcodebench(subset=args.subset)
2323

2424
eval_results = json.load(open(args.eval_results, "r"))
2525
for task_id, results in eval_results["eval"].items():

0 commit comments

Comments
 (0)