From 8e695f87344a8986b7d43a149200f41e5088984a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Wed, 30 Oct 2013 22:41:20 +0100 Subject: [PATCH] Add rank filter tests as data dir --- skimage/filter/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skimage/filter/setup.py b/skimage/filter/setup.py index 33ad97df..359c3b68 100644 --- a/skimage/filter/setup.py +++ b/skimage/filter/setup.py @@ -11,6 +11,7 @@ def configuration(parent_package='', top_path=None): config = Configuration('filter', parent_package, top_path) config.add_data_dir('tests') + config.add_data_dir('rank/tests') cython(['_ctmf.pyx'], working_path=base_path) cython(['_denoise_cy.pyx'], working_path=base_path)