Modified test for median filter import

This commit is contained in:
emmanuelle
2014-11-30 14:57:18 +01:00
parent bea0c1b7d1
commit b730777a74
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,5 @@
from warnings import catch_warnings, simplefilter
from skimage.filters import median
def test_filter_import():
with catch_warnings():
+2
View File
@@ -0,0 +1,2 @@
def test_median_in_filters():
from skimage.filters import median