We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689e200 commit 5d2f66bCopy full SHA for 5d2f66b
README.rst
@@ -94,12 +94,12 @@ by Jake VanderPlas.
94
95
>>> output_dataset
96
<xarray.Dataset>
97
- Dimensions: (point: 2, step: 9, x: 10, y: 10)
+ Dimensions: (point_xy: 2, step: 9, x: 10, y: 10)
98
Coordinates:
99
* step (step) int64 0 1 2 3 4 5 6 7 8
100
- Dimensions without coordinates: point, x, y
+ Dimensions without coordinates: point_xy, x, y
101
Data variables:
102
- init__pos (point) int64 4 5
+ init__pos (point_xy) int64 4 5
103
gol__world (step, x, y) bool False False False False ... False False False
104
105
4. Perform model setup, pre-processing, run, post-processing and
0 commit comments