Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkp8000 committed Apr 19, 2019
1 parent 4c5e17b commit 7471a13
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions 5A_complex_trajectory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Investigation of complex and non-spatial sequences"
"# Investigation of complex (self-intersecting) trajectories"
]
},
{
Expand All @@ -27,13 +27,6 @@
"from ntwk import SimpleNtwk"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Complex (self-intersecting) trajectory"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -343,6 +336,13 @@
" ltp_ie = np.nanmax(np.array([ltp_ie, ltp_ie_tmp]), axis=0)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Run simulations"
]
},
{
"cell_type": "code",
"execution_count": 7,
Expand Down Expand Up @@ -377,6 +377,13 @@
" rslts[k] = copy(rslt)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Plot LTP-IE profile and replay spike order"
]
},
{
"cell_type": "code",
"execution_count": 8,
Expand Down

0 comments on commit 7471a13

Please sign in to comment.