Skip to content

Commit

Permalink
Cleanup tutorial notebook
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kümmerer <[email protected]>
  • Loading branch information
matthias-k committed Mar 28, 2024
1 parent 82d3130 commit 76ad069
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions notebooks/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -882,59 +882,6 @@
"could also have written:"
]
},
{
"cell_type": "code",
"execution_count": 40,
"id": "ddebf717-0ad4-4241-9f44-703a39c8386d",
"metadata": {},
"outputs": [],
"source": [
"from collections.abc import Sequence\n",
"from inspect import getmro"
]
},
{
"cell_type": "code",
"execution_count": 37,
"id": "c04669ae-a3bd-4c5e-be63-8ac5019ed0af",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 37,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"isinstance(stimuli, Sequence)"
]
},
{
"cell_type": "code",
"execution_count": 38,
"id": "b8452efb-b7c7-4f83-85a5-96fa7931f846",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"False"
]
},
"execution_count": 38,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"isinstance(np.arange(100), Sequence)"
]
},
{
"cell_type": "code",
"execution_count": 23,
Expand Down

0 comments on commit 76ad069

Please sign in to comment.