Skip to content

Commit 7a36e6c

Browse files
authored
Update tools.py
1 parent dd37ed6 commit 7a36e6c

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
@@ -95,7 +95,7 @@ def display_vector_field( filename, on_img=False, image_name='None', window_size
9595

9696
def imread( filename, flatten=0 ):
9797
"""Read an image file into a numpy array
98-
using scipy.misc.imread
98+
using skimage.io.imread
9999
100100
Parameters
101101
----------

0 commit comments

Comments
 (0)