Skip to content

Commit 8e7ee25

Browse files
author
donglaiw
committed
fix typo
1 parent c337684 commit 8e7ee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectomics/data/utils/data_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def numpy_squeeze(*args):
101101
squeezed.append(None)
102102
return squeezed
103103

104-
def show_image(image, image_type='im', num_row=1, cmap='gray', title='Test Title', interpolation=None,):
104+
def show_image(image, image_type='im', num_row=1, cmap='gray', title='Test Title', interpolation=None):
105105
num_imgs = image.shape[0]
106106
num_col = (num_imgs + num_row - 1) // num_row
107107
fig = plt.figure(figsize=(20., 3.))

0 commit comments

Comments
 (0)