Skip to content

Commit

Permalink
More debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood committed Sep 26, 2024
1 parent c888a5a commit ce817f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rios/riostests/teststats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ce817f6

Please sign in to comment.