Skip to content

Commit

Permalink
Update content/xarray.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Marijn van Vliet <[email protected]>
  • Loading branch information
gregordecristoforo and wmvanvliet authored Oct 23, 2024
1 parent 62e8731 commit aea1ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/xarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Let's take a look at a concrete example and compare it to NumPy. We will calcula
276.46936, 276.59436, 276.6881 , 276.78186, 276.82874]],
dtype=float32)

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

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

0 comments on commit aea1ea1

Please sign in to comment.