Skip to content

Commit

Permalink
print status of saving pass/fail plots
Browse files Browse the repository at this point in the history
  • Loading branch information
joesilber committed Apr 27, 2020
1 parent 6483691 commit 57632a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/plot_posparams
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if not args.skip_passfail:
max_line_len = max(len(line) for line in title_lines)
align = lambda string: format(string, str(max_line_len) + 's')
title = '\n'.join([align(line) for line in title_lines])
plotter.plot_passfail(binned, savepath=plot_path, title=title, printf=printf)
plotter.plot_passfail(binned, savepath=plot_path, title=title, printf=print)
binned_path = prefix + '.json.gzip'
with gzip.open(binned_path, 'wt', encoding='ascii') as zipfile:
json.dump(binned, zipfile)
Expand Down

0 comments on commit 57632a3

Please sign in to comment.