From b0d92cf21c110b396c51d2ff17ed9c9994210e40 Mon Sep 17 00:00:00 2001 From: BrianNGitahi <102825698+BrianNGitahi@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:36:12 -0700 Subject: [PATCH] Wednesday 27th noon revision --- Simulation.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Simulation.ipynb b/Simulation.ipynb index 3493a80..785de93 100644 --- a/Simulation.ipynb +++ b/Simulation.ipynb @@ -221,7 +221,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -257,7 +257,7 @@ " # update [NM] value\n", "\n", " # define d_nm/dt, the inifinitesimal decay in [NM] in one timestep \n", - " d_nm_dt = (nm_conc[t]-nm_conc0)/tau\n", + " d_nm_dt = (nm_conc[t]-nm_conc0)/tau\n", "\n", " # if there's a spike add Delta_nm else subtract d_nm/dt\n", " if neuron_activity[t]==1: nm_conc[t] = nm_conc[t] + delta_nm\n", @@ -281,7 +281,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -416,7 +416,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 22, "metadata": {}, "outputs": [ { @@ -461,7 +461,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 23, "metadata": {}, "outputs": [ { @@ -470,7 +470,7 @@ "Text(0.5, 1.0, 'Relationship between f signal and [NM]')" ] }, - "execution_count": 11, + "execution_count": 23, "metadata": {}, "output_type": "execute_result" },