Skip to content

Commit

Permalink
Fix test for gdal_merge with nodata value
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Sep 10, 2021
1 parent 44744e2 commit 1b1e80d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2004,7 +2004,7 @@ def testMerge(self):
cmd[1] = t[:t.find('--optfile') + 10] + t[t.find('mergeInputFiles.txt'):]
self.assertEqual(cmd,
['gdal_merge.py',
'-a_nodata -9999 -ot Float32 -of GTiff ' +
'-a_nodata -9999.0 -ot Float32 -of GTiff ' +
'-o ' + outdir + '/check.tif ' +
'--optfile mergeInputFiles.txt'])

Expand Down

0 comments on commit 1b1e80d

Please sign in to comment.