Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 4, 2025
1 parent 9ecc28e commit c899ded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions notebooks/01a-griddap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now we have data only for the Altantic Ocean, no land data in our plot.\n",
"Now we have data only for the Atlantic Ocean, no land data in our plot.\n",
"\n",
"### Subset after the request with OPeNDAP\n",
"\n",
Expand Down Expand Up @@ -355,7 +355,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.0"
"version": "3.13.1"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions notebooks/01b-tabledap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"\n",
"df = pd.read_csv(url)\n",
"print(\n",
" f'We have {len(set(df[\"tabledap\"].dropna()))} '\n",
" f'tabledap, {len(set(df[\"griddap\"].dropna()))} '\n",
" f'griddap, and {len(set(df[\"wms\"].dropna()))} wms endpoints.',\n",
" f\"We have {len(set(df['tabledap'].dropna()))} \"\n",
" f\"tabledap, {len(set(df['griddap'].dropna()))} \"\n",
" f\"griddap, and {len(set(df['wms'].dropna()))} wms endpoints.\",\n",
")"
]
},
Expand Down

0 comments on commit c899ded

Please sign in to comment.