mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 14:24:11 +08:00
STY: Minor change to docstring to test travis build
This commit is contained in:
@@ -108,7 +108,7 @@ def test_adapthist_grayscale():
|
||||
|
||||
|
||||
def test_adapthist_color():
|
||||
'''Test a color uint16 image
|
||||
'''Test an RGB color uint16 image
|
||||
'''
|
||||
img = skimage.img_as_uint(data.lena())
|
||||
adapted = exposure.equalize_adapthist(img, clip_limit=0.01)
|
||||
|
||||
Reference in New Issue
Block a user