Skip to content

Commit 5d2f66b

Browse files
committed
fix typo in readme
1 parent 689e200 commit 5d2f66b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ by Jake VanderPlas.
9494
9595
>>> output_dataset
9696
<xarray.Dataset>
97-
Dimensions: (point: 2, step: 9, x: 10, y: 10)
97+
Dimensions: (point_xy: 2, step: 9, x: 10, y: 10)
9898
Coordinates:
9999
* step (step) int64 0 1 2 3 4 5 6 7 8
100-
Dimensions without coordinates: point, x, y
100+
Dimensions without coordinates: point_xy, x, y
101101
Data variables:
102-
init__pos (point) int64 4 5
102+
init__pos (point_xy) int64 4 5
103103
gol__world (step, x, y) bool False False False False ... False False False
104104
105105
4. Perform model setup, pre-processing, run, post-processing and

0 commit comments

Comments
 (0)