Skip to content

Commit eda0d02

Browse files
committed
Merge pull request #774 from jhamman/fix_math_w_ds_doc
fix/update math with dataset docs
2 parents 4242f70 + 3fea1e1 commit eda0d02

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)