Changes between Version 1 and Version 2 of Ticket #24840, comment 9
- Timestamp:
- Jun 26, 2015, 2:51:56 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24840, comment 9
v1 v2 1 I was able to reproduce the same error on a fresh `ubuntu trusty` where I installed the default gdal-bin, which turned out to be `GDAL 1.7.3`. So I guess the transform parameters or the sampling algorithm behave different for older gdal versions.1 I was able to reproduce the same error on a fresh `ubuntu precise` where I installed the default gdal-bin, which turned out to be `GDAL 1.7.3`. So I guess the transform parameters or the sampling algorithm behave different for older gdal versions. 2 2 3 3 What is the best way to adapt to this? Add a flag to the test to check for the gdal version or find a test case that works for both?