From a17211182be13d8ab51612c3cb650a574b791655 Mon Sep 17 00:00:00 2001 From: shimoura <renanshimoura@gmail.com> Date: Thu, 20 Mar 2025 13:55:37 +0100 Subject: [PATCH] Remove section 2.3 and refactor numbering in multi-area-model tutorial accordingly --- multi-area-model.ipynb | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb index 5848c03..3e874ca 100644 --- a/multi-area-model.ipynb +++ b/multi-area-model.ipynb @@ -368,35 +368,6 @@ " theory=True)" ] }, - { - "cell_type": "markdown", - "id": "91649c30", - "metadata": {}, - "source": [ - "### 2.3. Predict firing rates from theory <a class=\"anchor\" id=\"section_2_3\"></a>" - ] - }, - { - "cell_type": "markdown", - "id": "07cc84bf-dbcf-4ac3-b76e-ebe0886b4012", - "metadata": {}, - "source": [ - "Note: the prediction may differ from the simulation results, especially in the presence of synchrony." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6a7ddf0e", - "metadata": {}, - "outputs": [], - "source": [ - "p, r = M.theory.integrate_siegert()\n", - "\n", - "print(\"Mean-field theory predicts an average \"\n", - " \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))" - ] - }, { "cell_type": "markdown", "id": "c361fa92-4f50-4519-9592-60a39888a12b", @@ -410,7 +381,7 @@ "id": "2062ddf3", "metadata": {}, "source": [ - "### 2.4. Extract and visualize inter-areal connectivity <a class=\"anchor\" id=\"section_2_4\"></a>" + "### 2.3. Extract and visualize inter-areal connectivity <a class=\"anchor\" id=\"section_2_4\"></a>" ] }, { @@ -476,7 +447,7 @@ "id": "0c1cad59-81d0-4e24-ac33-13c4ca8c6dec", "metadata": {}, "source": [ - "### 2.5. Run a simulation <a class=\"anchor\" id=\"section_2_5\"></a>" + "### 2.4. Run a simulation <a class=\"anchor\" id=\"section_2_5\"></a>" ] }, { -- GitLab