Skip to content

Commit

Permalink
update doctest for eccodes >= 2.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed May 7, 2024
1 parent 5b10ed1 commit 480f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test():
'min/max 295.40 308.10'
>>> grbs = pygrib.open('../sampledata/no-radius-shapeOfEarth-7.grb2')
>>> for grb in grbs: print(grb)
1:Total precipitation:kg m-2 (accum):lambert:surface:level 0:fcst time 15-30 mins (accum):from 201804100000
1:Total precipitation:kg m-2 (accum):lambert:surface:level 0:fcst time 15m-30m mins (accum):from 201804100000
>>> str(grb.packingType)
'grid_simple'
>>> grbs.close()
Expand Down

0 comments on commit 480f517

Please sign in to comment.