--- test.py.orig 2018-08-20 18:52:50.000000000 +0200 +++ test.py 2018-08-24 15:07:17.644007909 +0200 @@ -233,12 +233,6 @@ >>> grbs.close() >>> str('min/max %5.2f %5.2f' % (data.min(), data.max())) '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 - >>> str(grb.packingType) - 'grid_simple' - >>> grbs.close() """ if __name__ == "__main__":