Skip to content

Commit 3fea1e1

Browse files
author
Joe Hamman
committed
fix/update math with dataset docs
1 parent 4242f70 commit 3fea1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/computation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ variables:
261261

262262
.. ipython:: python
263263
264-
ds = xr.Dataset({'x_and_y': (('x', 'y'), np.random.randn(2, 3)),
265-
'x_only': ('x', np.random.randn(2))},
264+
ds = xr.Dataset({'x_and_y': (('x', 'y'), np.random.randn(3, 5)),
265+
'x_only': ('x', np.random.randn(3))},
266266
coords=arr.coords)
267267
ds > 0
268268

0 commit comments

Comments
 (0)