gapml / CV

Apache License 2.0
10 stars 5 forks source link

Another missing image file for unit tests 16gray.tif #9

Closed Synchronicity89 closed 5 years ago

Synchronicity89 commented 5 years ago

` self =

def test_054(self):
    """ Images - image types """

    # gif - grayscale
    images = Images('foo', ['files/8rgb.gif'], 0, config=['grayscale'])
    self.assertEqual(images.count, 1)

    # gay tiff - color
    images = Images('foo', ['files/16gray.tif'], 0, config=['16bpp'])
  self.assertEqual(images.count, 1)

E AssertionError: 0 != 1

image_test.py:4604: AssertionError`

virtualdvid commented 5 years ago

Thanks, loaded the missing image.