From 9615a5d009d9cbc9f81a2ef94b570359817ccb2b Mon Sep 17 00:00:00 2001 From: didihou <didi.hou@rwth-aachen.de> Date: Thu, 14 Sep 2023 14:52:52 +0200 Subject: [PATCH] / --- .ipynb_checkpoints/multi-area-model-checkpoint.ipynb | 10 +++++----- multi-area-model.ipynb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb b/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb index 5873280..e11a367 100644 --- a/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb +++ b/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb @@ -440,9 +440,9 @@ "metadata": {}, "outputs": [], "source": [ - "# p, r = M.theory.integrate_siegert()\n", - "# print(\"Mean-field theory predicts an average \"\n", - "# \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))" + "p, r = M.theory.integrate_siegert()\n", + "print(\"Mean-field theory predicts an average \"\n", + " \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))" ] }, { @@ -471,10 +471,10 @@ "# Neuron numbers\n", "\n", "# Dictionary of neuron numbers\n", - "# M.N\n", + "# print(M.N)\n", "\n", "# Array of neuron numbers\n", - "# M.N_vec" + "# (M.N_vec)" ] }, { diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb index 5873280..e11a367 100644 --- a/multi-area-model.ipynb +++ b/multi-area-model.ipynb @@ -440,9 +440,9 @@ "metadata": {}, "outputs": [], "source": [ - "# p, r = M.theory.integrate_siegert()\n", - "# print(\"Mean-field theory predicts an average \"\n", - "# \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))" + "p, r = M.theory.integrate_siegert()\n", + "print(\"Mean-field theory predicts an average \"\n", + " \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))" ] }, { @@ -471,10 +471,10 @@ "# Neuron numbers\n", "\n", "# Dictionary of neuron numbers\n", - "# M.N\n", + "# print(M.N)\n", "\n", "# Array of neuron numbers\n", - "# M.N_vec" + "# (M.N_vec)" ] }, { -- GitLab