Skip to content

Commit c65d508

Browse files
authored
Update comment to match code
1 parent 2867170 commit c65d508

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/iris/tests/unit/cube/test_Cube.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@ def setUp(self):
420420
'''
421421
setup a 4D iris cube, each dimension is length 1.
422422
The dimensions are;
423-
dim1: height
424-
dim2: time
425-
dim3: longitude
426-
dim4: latitude
423+
dim1: time
424+
dim2: height
425+
dim3: latitude
426+
dim4: longitude
427427
'''
428428
self.cube = iris.cube.Cube(np.array([[[[8.]]]]))
429429
self.cube.add_dim_coord(iris.coords.DimCoord([0], "time"), [0])

0 commit comments

Comments
 (0)