Skip to content

Commit d73b62b

Browse files
committed
Debug --format
1 parent 2088f11 commit d73b62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot_diagram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def parse_arguments():
1212
parser = argparse.ArgumentParser()
1313
parser.add_argument('conf_file', default='', help='path of the config')
1414
parser.add_argument('--save_prefix', default='', help='append string to the save filename')
15-
parser.add_argument('--format', default='pdf', help='overwrite the save figure format, pdf|png|jpg')
15+
parser.add_argument('--format', help='overwrite the save figure format, pdf|png|jpg')
1616
args = parser.parse_args()
1717
# args, unknown = parser.parse_known_args()
1818
return args

0 commit comments

Comments
 (0)