Skip to content

Commit 52891e6

Browse files
committed
BUG Fix function import
1 parent a237d75 commit 52891e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch12/image-classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def compute_texture(im):
3939

4040
@TaskGenerator
4141
def chist(fname):
42-
from features import color_histogram
42+
from features import chist as color_histogram
4343
im = mh.imread(fname)
4444
return color_histogram(im)
4545

0 commit comments

Comments
 (0)