Skip to content

Commit

Permalink
fix bad cell
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Dec 16, 2024
1 parent f5c1734 commit 6506791
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions notebooks/1-Intro/05-plots-maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -240,30 +240,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"id": "94e92599-ac8a-4c0a-a6cb-1142f0868ef9",
"metadata": {},
"outputs": [
{
"ename": "LoadError",
"evalue": "UndefVarError: `obstime` not defined in `Main`\nSuggestion: check for spelling errors or missing imports.",
"output_type": "error",
"traceback": [
"UndefVarError: `obstime` not defined in `Main`\nSuggestion: check for spelling errors or missing imports.",
"",
"Stacktrace:",
" [1] top-level scope",
" @ In[7]:1"
]
}
],
"source": [
"extrema(obstime)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 17,
"id": "5079ef30",
"metadata": {},
"outputs": [
Expand All @@ -282,7 +259,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 18,
"id": "2c8e8a1c",
"metadata": {},
"outputs": [
Expand Down

0 comments on commit 6506791

Please sign in to comment.