ENH: Expose data module. Currently just provides scipy's lena in a more convenient location.

This commit is contained in:
Stefan van der Walt
2011-09-24 13:21:44 -07:00
parent 4174d5fef0
commit 3b1fb71ce9
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import scipy.misc as _m
lena = _m.lena
+1
View File
@@ -11,6 +11,7 @@ def configuration(parent_package='', top_path=None):
config.add_subpackage('morphology')
config.add_subpackage('filter')
config.add_subpackage('transform')
config.add_subpackage('data')
def add_test_directories(arg, dirname, fnames):
if dirname.split(os.path.sep)[-1] == 'tests':