Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jan 14, 2022
1 parent e6c3682 commit 1e39a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/cesm-cmip-cf-xarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"\n",
"\n",
"def set_coords(ds):\n",
" \"\"\" Set nlat, nlon as coordinate variables and identify axis as X, Y\"\"\"\n",
" \"\"\"Set nlat, nlon as coordinate variables and identify axis as X, Y\"\"\"\n",
" ds[\"nlat\"] = (\"nlat\", np.arange(ds.sizes[\"nlat\"]), {\"axis\": \"Y\"})\n",
" ds[\"nlon\"] = (\"nlon\", np.arange(ds.sizes[\"nlon\"]), {\"axis\": \"X\"})\n",
" return ds"
Expand Down

0 comments on commit 1e39a2a

Please sign in to comment.