Added new line

This commit is contained in:
Olivia Wilson
2015-10-07 10:59:26 +01:00
parent 19fbdfb6fe
commit 815c5c8ee7
+1
View File
@@ -213,4 +213,5 @@ def remove_small_holes(ar, min_size=64, connectivity=1, in_place=False):
out = np.logical_not(out)
return out