From c5e38dc5b1f2d3ae572734c304a5920f46829351 Mon Sep 17 00:00:00 2001 From: emmanuelle Date: Sat, 10 Jan 2015 19:11:15 +0100 Subject: [PATCH] Renamed module, since tests were breaking because module and function had the same name. --- skimage/restoration/{nl_means_denoising.py => non_local_means.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename skimage/restoration/{nl_means_denoising.py => non_local_means.py} (100%) diff --git a/skimage/restoration/nl_means_denoising.py b/skimage/restoration/non_local_means.py similarity index 100% rename from skimage/restoration/nl_means_denoising.py rename to skimage/restoration/non_local_means.py