Skip to content

Commit

Permalink
Update test_astrocyte.dat and astrocyte_model_implementation.ipynb du…
Browse files Browse the repository at this point in the history
…e to change in delta_IP3 default
  • Loading branch information
HanjiaJiang committed Aug 26, 2024
1 parent a53ce91 commit f62ddac
Show file tree
Hide file tree
Showing 2 changed files with 903 additions and 903 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
" y[0, 1] = 1.0\n",
" y[0, 2] = 1.0\n",
" fos = [] # full output dict from odeint()\n",
" delta_ip3 = 5.0 # parameter determining the increase in IP3 induced by synaptic input\n",
" delta_ip3 = p.delta_IP3 # parameter determining the increase in IP3 induced by synaptic input\n",
"\n",
" # update time-step by time-step\n",
" for k in range(1, n):\n",
Expand Down Expand Up @@ -211,7 +211,7 @@
" \"Kd_IP3_2\": 0.9434,\n",
" \"Km_SERCA\": 0.1,\n",
" \"ratio_ER_cyt\": 0.185,\n",
" \"delta_IP3\": 5.0,\n",
" \"delta_IP3\": 0.0002,\n",
" \"k_IP3R\": 0.0002,\n",
" \"rate_L\": 0.00011,\n",
" \"tau_IP3\": 7142.0,\n",
Expand Down Expand Up @@ -318,7 +318,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit f62ddac

Please sign in to comment.