-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We could export the model to a graphml file using networkx and store neuron/synapse parameters on the respective nodes/edges
Describe the solution you'd like
A clear and concise description of what you want to happen.
Ability to get a graphml or networkx representation of a model, not including spiking info
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
We currently have the snn.json format already, which additionally stores the spike train info. However, this does not allow users to easily add information onto each node/synapse.
Additional context
Add any other context or screenshots about the feature request here.