albertov / bindings-gdal

Haskell bindings to the GDAL library
BSD 3-Clause "New" or "Revised" License
13 stars 8 forks source link

issue with 'can compose geotransforms` failing intermittently #2

Closed silky closed 8 years ago

silky commented 8 years ago

this build failed - https://travis-ci.org/meteogrid/bindings-gdal/jobs/111403295 - because of this function

worth investigating why; as when you just re-run the tests it doesn't fail.

albertov commented 8 years ago

This seems to be because of numerical instability. I've comited a work-around in a6898999c84c7d. Please reopen if you see it failing again.