developmentseed / landsat-util

A utility to search, download and process Landsat 8 satellite imagery
Creative Commons Zero v1.0 Universal
689 stars 147 forks source link

Bug/191 bands #215

Closed drewbo closed 7 years ago

drewbo commented 7 years ago

Close #191

Thanks @robintw

scisco commented 7 years ago

@drewbo could you change assertEqual to assertAlmostEqual below so the test passes:

File "/home/travis/build/developmentseed/landsat-util/tests/test_download.py", line 111, in test_remote_file_size
    self.assertEqual(self.scene_size, size)