diff --git a/rios/riostests/teststats.py b/rios/riostests/teststats.py index 22aa66c..4db22ff 100644 --- a/rios/riostests/teststats.py +++ b/rios/riostests/teststats.py @@ -149,7 +149,8 @@ def testForDriverAndType(driverName, creationOptions, fileDtype, scalefactor, # Force single-pass, with thematic output if fileDtype not in (hugeIntGDALTypes + floatGDALTypes): - print('single-pass/thematic', driverName, fileDtype) + print('single-pass/thematic', driverName, fileDtype, floatGDALTypes, + gdal.__version__) ok = ok and runOneTest(driverName, creationOptions, fileDtype, scalefactor, offset, rampInfile, ext, False, True, True)