Note that this could be an issue with my local machine/environment since the tests using the same datasets appear to be fine.
In gaia.geo.geo_inputs, when using the read function of a RasterFileIO object, large raster files kill my iPython Notebook kernel e.g., globalprecip below (~300kb):
globalprecip = RasterFileIO(uri='../../tests/data/globalprecip.tif')
gp_ar = mb_nodata_small.read() # running this line kills the kernel
I don't run into any problems with '../../tests/data/globalairtemp.tif' (~100kb) and smaller files.
Note that this could be an issue with my local machine/environment since the tests using the same datasets appear to be fine.
In
gaia.geo.geo_inputs, when using thereadfunction of aRasterFileIOobject, large raster files kill my iPython Notebook kernel e.g.,globalprecipbelow (~300kb):I don't run into any problems with
'../../tests/data/globalairtemp.tif'(~100kb) and smaller files.