Skip to content

Commit aea1ea1

Browse files
Update content/xarray.rst
Co-authored-by: Marijn van Vliet <[email protected]>
1 parent 62e8731 commit aea1ea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/xarray.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Let's take a look at a concrete example and compare it to NumPy. We will calcula
236236
276.46936, 276.59436, 276.6881 , 276.78186, 276.82874]],
237237
dtype=float32)
238238

239+
In comparison, if we were to use plain Numpy, this would be: ::
239240

240241
>>> # NumPy
241242
>>> np.max(temperature_numpy[:, :, :, 2 ], axis = 1)

0 commit comments

Comments
 (0)