Skip to content

Commit 480f517

Browse files
committed
update doctest for eccodes >= 2.34.1
1 parent 5b10ed1 commit 480f517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test():
235235
'min/max 295.40 308.10'
236236
>>> grbs = pygrib.open('../sampledata/no-radius-shapeOfEarth-7.grb2')
237237
>>> for grb in grbs: print(grb)
238-
1:Total precipitation:kg m-2 (accum):lambert:surface:level 0:fcst time 15-30 mins (accum):from 201804100000
238+
1:Total precipitation:kg m-2 (accum):lambert:surface:level 0:fcst time 15m-30m mins (accum):from 201804100000
239239
>>> str(grb.packingType)
240240
'grid_simple'
241241
>>> grbs.close()

0 commit comments

Comments
 (0)