Skip to content

Commit 639e476

Browse files
fix double cell in advanced_indexing (#249)
* fix double cell in advanced_indexing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent caf9db7 commit 639e476

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,6 @@
107107
"da.sel(lat=target_lat, lon=target_lon, method=\"nearest\") # -- orthogonal indexing"
108108
]
109109
},
110-
{
111-
"cell_type": "code",
112-
"execution_count": null,
113-
"metadata": {},
114-
"outputs": [],
115-
"source": [
116-
"target_lat = xr.DataArray([31, 41, 42, 42], dims=\"degrees_north\")\n",
117-
"target_lon = xr.DataArray([200, 201, 202, 205], dims=\"degrees_east\")\n",
118-
"\n",
119-
"da.sel(lat=target_lat, lon=target_lon, method=\"nearest\") # -- orthogonal indexing"
120-
]
121-
},
122110
{
123111
"cell_type": "markdown",
124112
"metadata": {},

0 commit comments

Comments
 (0)