mapbox / rio-rgbify

Encoded arbitrary bit depth rasters in pseudo base-256
MIT License
99 stars 36 forks source link

Fix failing tests #18

Closed vincentsarago closed 5 years ago

vincentsarago commented 6 years ago

Trying to fix failing tests #14 This pr does:

vincentsarago commented 6 years ago

@dnomadb @sgillies There is still one failing test (comparison between created and expected tiff) https://github.com/mapbox/rio-rgbify/blob/7650ba315814865c1f21026996f7a82f6007cf12/test/test_cli.py#L45

raster-tester gives:

$ raster-tester compare expected.tif created.tif
ValueError: Band 3 has 4 pixels that vary by more than 16

not sure if we should just update the expected tif ???

vincentsarago commented 6 years ago

ah, seems that tests are passing on travis but not locally 😶