Skip to content

Commit 337d063

Browse files
author
y-p
committed
BLD: test_perf, print pickle filename if specified
1 parent 6696d9c commit 337d063

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vb_suite/test_perf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,12 @@ def main():
314314
random.seed(args.seed)
315315
np.random.seed(args.seed)
316316

317-
prprint("LOG_FILE = %s\n" % args.log_file)
317+
print("\n")
318+
prprint("LOG_FILE = %s" % args.log_file)
319+
if args.outdf:
320+
prprint("PICKE_FILE = %s" % args.outdf)
318321

322+
print("\n")
319323

320324
# move away from the pandas root dit, to avoid possible import
321325
# surprises

0 commit comments

Comments
 (0)