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

Add all missing jnml options #23

Merged
merged 2 commits into from
Apr 8, 2016
Merged

Add all missing jnml options #23

merged 2 commits into from
Apr 8, 2016

Conversation

34383c
Copy link
Contributor

@34383c 34383c commented Mar 26, 2016

Fixes #21.

I made the pynml command-line options as close to the jnml command-line options as possible.
The only option that I had troubles porting to pynml is -neuron, because argparse doesn't support nested options, so the usage/help message for -neuron is not as good as that for the rest of the options.

Also, for the usage/help messages of the added command-line options, I mostly used what was already in jnml and pynml. But if there are any changes to be made to these messages, now is probably a good time to do it.

34383c and others added 2 commits March 23, 2016 23:03
All missing jnml command-line options were added to pynml.

What still needs to be done:
 - fix the '-neuron' option
 - touch the help/usage messages a bit
Added the logic that evaluates the command-line options after they
have been parsed by argparse.

Removed all added debugging/testing code.

Improved help/usage messages.
@pgleeson pgleeson merged commit cc3506e into NeuroML:master Apr 8, 2016
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

Successfully merging this pull request may close these issues.

Add all jnml options to pyNeuroML
2 participants