Skip to content

Commit a5fc279

Browse files
committed
Add save_references_path to test
1 parent d4cbe76 commit a5fc279

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_generation_evaluation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def update_args(args):
3131
args.save_generations = False
3232
args.save_generations_path = ""
3333
args.save_references = False
34+
args.save_references_path = ""
3435
args.metric_output_path = TMPDIR
3536
args.load_generations_path = None
3637
args.generation_only = False

0 commit comments

Comments
 (0)