Skip to content

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