Skip to content

Commit fe05da3

Browse files
authored
as_grey to as_gray
1 parent 80bcfad commit fe05da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpiv/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def imread( filename, flatten=0 ):
120120
121121
"""
122122

123-
return io.imread( filename, as_grey = True)
123+
return io.imread( filename, as_gray = True)
124124

125125
def imsave( filename, arr ):
126126
"""Write an image file from a numpy array

0 commit comments

Comments
 (0)