Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Jan 9, 2025
1 parent 2f4d3fd commit 8d73ae2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion notebooks/03-plotting-with-uxarray/customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,9 @@
}
},
"cell_type": "code",
"source": "uxds[\"bottomDepth\"].plot()",
"source": [
"uxds[\"bottomDepth\"].plot()"
],
"id": "7b52c2f87002540b",
"outputs": [
{
Expand Down
4 changes: 3 additions & 1 deletion notebooks/03-plotting-with-uxarray/grid-viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@
{
"metadata": {},
"cell_type": "code",
"source": "uxgrid.plot.edge_centers(title=\"Face Centers\") * uxgrid.plot()",
"source": [
"uxgrid.plot.edge_centers(title=\"Face Centers\") * uxgrid.plot()"
],
"id": "31a9075b5e5fa7a4",
"outputs": [],
"execution_count": null
Expand Down
2 changes: 1 addition & 1 deletion notebooks/03-plotting-with-uxarray/high-res.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"cell_type": "code",
"source": [
"import cartopy.crs as ccrs\n",
"import uxarray as ux\n",
"import holoviews as hv\n",
"import uxarray as ux\n",
"\n",
"hv.extension(\"matplotlib\")"
],
Expand Down

0 comments on commit 8d73ae2

Please sign in to comment.