Skip to content

Commit 5f18954

Browse files
committed
fix merge
1 parent 89459e5 commit 5f18954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
":::{note} Orthogonal indexing with NumPy\n",
116116
":class: dropdown\n",
117117
"\n",
118-
"While Pointwise indexing is the default behavior in NumPy, you can achieve orthogonal indexing by using the [`np.ix_` function](https://numpy.org/doc/stable/reference/generated/numpy.ix_.html). This function constructs an open mesh from multiple arrays, allowing you to index along each dimension independently similar to Xarray indexig behavior. For example: \n",
118+
"While Pointwise indexing is the default behavior in NumPy, you can achieve orthogonal indexing by using the [`np.ix_` function](https://numpy.org/doc/stable/reference/generated/numpy.ix_.html). This function constructs an open mesh from multiple arrays, allowing you to index along each dimension independently similar to Xarray indexing behavior. For example: \n",
119119
"\n",
120120
"```python\n",
121121
"ixgrid = np.ix_([0, 2, 4], [0, 2, 4])\n",
@@ -410,6 +410,7 @@
410410
"name": "python",
411411
"nbconvert_exporter": "python",
412412
"pygments_lexer": "ipython3"
413+
"version": "3.9.18"
413414
},
414415
"toc": {
415416
"base_numbering": 1,

0 commit comments

Comments
 (0)