Refs #26432 -- Skipped a raster test as needed.

This commit is contained in:
Tim Graham 2016-04-16 16:24:32 -04:00
parent 6c9603277d
commit a3265af808
1 changed files with 7 additions and 6 deletions

View File

@ -320,6 +320,7 @@ class GDALBandTests(SimpleTestCase):
self.assertEqual(self.band.datatype(), 1)
self.assertEqual(self.band.datatype(as_string=True), 'GDT_Byte')
self.assertEqual(self.band.nodata_value, 15)
if numpy:
data = self.band.data()
assert_array = numpy.loadtxt(
os.path.join(os.path.dirname(upath(__file__)), '../data/rasters/raster.numpy.txt')