Skip to content
Snippets Groups Projects
Unverified Commit eda68e7a authored by Alexander van Meegen's avatar Alexander van Meegen Committed by GitHub
Browse files

Update README.md

parent ff745992
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,8 @@ First, the model class has to be instantiated:
M = MultiAreaModel(custom_params)
The connectivity and neuron numbers are stored in the attributes of the model class.
Neuron numbers are stored in `M.N` as a dictionary (or in `M.N_vec` as an array),
indegrees in `M.K` as a dictionary (or in `M.K_matrix` as an array). To extract e.g.
Neuron numbers are stored in `M.N` as a dictionary (and in `M.N_vec` as an array),
indegrees in `M.K` as a dictionary (and in `M.K_matrix` as an array). To extract e.g.
the neuron numbers into a yaml file execute
import yaml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment