conf:format can't work
byerose opened this issue · 1 comments
byerose commented
in plot_diagram.py
parser.add_argument('--format', default='png', help='overwrite the save figure format, pdf|png|jpg')
will cause the format in the conf to fail.
should be
parser.add_argument('--format', help='overwrite the save figure format, pdf|png|jpg')