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

Syntax error in generate_networks.py #10

Open
mgruppi opened this issue Sep 17, 2021 · 0 comments
Open

Syntax error in generate_networks.py #10

mgruppi opened this issue Sep 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@mgruppi
Copy link
Collaborator

mgruppi commented Sep 17, 2021

Error in file generate_networks.py:278

   parser.add_arguement("--heuristics_off", type="store_true", help="Turn off h> ...

Need to fix:
parser.add_arguement -> parser.add_argument

and
type='store_true' -> action='store_true'

@mgruppi mgruppi added the bug Something isn't working label Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant