Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conf:format can't work #4

Closed
byerose opened this issue Apr 13, 2022 · 1 comment
Closed

conf:format can't work #4

byerose opened this issue Apr 13, 2022 · 1 comment

Comments

@byerose
Copy link

byerose commented Apr 13, 2022

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')

@guanyingc
Copy link
Owner

Hi, thanks for the bug report. Fix it in d73b62b.

@byerose byerose closed this as completed Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants