From eda68e7a01537b5ae7207cf3b38e9c2d9432cfb9 Mon Sep 17 00:00:00 2001 From: Alexander van Meegen <32771370+AlexVanMeegen@users.noreply.github.com> Date: Wed, 20 Mar 2019 13:55:05 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14d8e30..2444167 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab