Skip to content

Commit

Permalink
Remove diagnostic print
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jul 2, 2013
1 parent 524255c commit a338618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skimage/segmentation/_slic.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,4 @@ def _slic_cython(double[:, :, :, ::1] image_zyx,
in_mean = np.bincount(nearest_mean_ravel)
in_mean[in_mean == 0] = 1
means = (np.vstack(means_list) / in_mean).T.copy("C")
print np.asarray(nearest_mean)
return nearest_mean

0 comments on commit a338618

Please sign in to comment.