rename tiff test image

This commit is contained in:
Dane Springmeyer 2014-12-08 14:11:32 -05:00
parent 7fcc4a0846
commit dc3df99f66
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def test_tiff_uint16_compare():
eq_(len(im.tostring('tiff')),len(im2.tostring('tiff')))
def test_tiff_float32_compare():
filepath1 = '../data/images/24989_ndvi.tif'
filepath1 = '../data/images/24989_ndvi_float32.tif'
filepath2 = '/tmp/mapnik-tiff-float32.tiff'
im = mapnik.Image.open(filepath1)
im.save(filepath2,'tiff')