We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552bc9d commit ec72437Copy full SHA for ec72437
sklearn/feature_extraction/tests/test_image.py
@@ -75,7 +75,7 @@ def test_connect_regions_with_grid():
75
76
77
def _downsampled_lena():
78
- lena = sp.misc.lena()
+ lena = sp.misc.lena().astype(np.float32)
79
lena = lena[::2, ::2] + lena[1::2, ::2] + lena[::2, 1::2] + \
80
lena[1::2, 1::2]
81
0 commit comments