reverting testing prints

This commit is contained in:
wiredfool 2013-03-14 20:56:19 -07:00
parent c5079cbfd7
commit 6b90bcd497

View File

@ -16,6 +16,4 @@ def test_histogram():
assert_equal(histogram("RGB"), (768, 0, 285)) assert_equal(histogram("RGB"), (768, 0, 285))
assert_equal(histogram("RGBA"), (1024, 0, 16384)) assert_equal(histogram("RGBA"), (1024, 0, 16384))
assert_equal(histogram("CMYK"), (1024, 0, 16384)) assert_equal(histogram("CMYK"), (1024, 0, 16384))
print ("YCbCr")
assert_equal(histogram("YCbCr"), (768, 0, 741)) assert_equal(histogram("YCbCr"), (768, 0, 741))
print ("YCbCr Done")