23 Commits

Author SHA1 Message Date
François Boulogne 26fd360ee1 MAINT: Remove deprecated Lena 2016-07-17 19:06:31 +02:00
François Boulogne 449bd445fc Add RGBA image 2016-07-17 14:13:24 +02:00
François Boulogne f292717dac Add option as_grey to load() 2016-07-17 14:13:23 +02:00
François Boulogne 6685651da5 Add missing unittests for data and convert horse to binary 2016-07-17 14:13:23 +02:00
Stefan van der Walt 89136157bb Remove lena image from test suite.
Results from the morphology module were compared against output from the
corresponding MATLAB functions, as applied to the lena test image.  This image
does not conform to the Debian Free Software Guidelines and had to be removed.
The output is now tested against results generated with the current version of
scikit-image (0.12.0), which is known to be correct due to the comparison
described above.
2016-03-06 23:16:11 -08:00
Stefan van der Walt 83d5ff9001 Consistently use relative imports 2015-07-11 15:41:37 -05:00
emmanuelle 1ef90468e0 Modified (again) test accuracy. 2015-05-11 22:58:16 +02:00
emmanuelle e751d245f3 Modified test with a less stringent condition on numerical value for the
mean value of blobs image.
2015-05-10 23:29:54 +02:00
emmanuelle 1c3af75dd3 Addressed a few minor issues raised by Juan and Stefan. 2015-05-09 10:23:49 +02:00
emmanuelle a615623643 Added function to generate binary image with rounded (blob-like) objects. 2015-05-01 19:28:56 +02:00
Steven Silvester f898bd0209 Style fixes 2014-12-26 11:26:30 -06:00
Steven Silvester c0a0490eed Fix handling of multiple warnings and update tests
Fix handling of multiple warnings

Update all test __init__ files

Update segmentation pkg

Update the color pkg

Update the exposure pkg

Update the filters pkg

Update the io pkg

Update the measure pkg

Update morphology package

Restructure test setup function

Add expected_warnings to __all__

Update restoration pkg.

Remove explicit filter check since it is done elsewhere

Fix the image test helpers

Update the transform pkg

Fix util pkg

Update viewer pkg
2014-12-23 16:51:06 -06:00
Steven Silvester 4680f30466 Add a test setup helper function
Add a function to set up a skimage test

Switch to new test helper function

Import local packages that raise warnings in test setup function

More fixes to doctests

Fix regionprops doc test

Try and fix the test_rank failure.

Remove no longer needed RectangleSelector shim

Skip more doctests in _regionprops

Try importing another scipy subpackage
2014-12-23 16:49:20 -06:00
Steven Silvester f72882fbd2 Import scipy before turning on warnings 2014-12-23 16:49:19 -06:00
Steven Silvester 874d68ba3f # This is a combination of 7 commits.
# The first commit's message is:
Add a known_warning decorator and suppress warnings in color pkg

# This is the 2nd commit message:

Use the existing all_warnings context manager

# This is the 3rd commit message:

Raise warnings in data

# This is the 4th commit message:

Raise warnings in draw

# This is the 5th commit message:

Raise warnings in exposure

# This is the 6th commit message:

Suppress warnings in exposure tests

# This is the 7th commit message:

Add comments about warning suppressions
2014-12-23 16:46:24 -06:00
Rebecca 1b217f971e replacing lena in examples and most tests 2014-11-07 16:01:23 +02:00
François Boulogne 4f0c4f0306 add coffee picture from flickr 2013-07-07 00:38:06 +02:00
Stefan van der Walt 83f51efbc8 ENH: Add chelsea to dataset. 2013-04-22 15:19:48 +02:00
Stefan van der Walt 6c5b40302d ENH: Add motion blurred clock image. 2012-10-24 14:21:47 -07:00
Johannes Schönberger 59d3d842be Full test coveragem for data package 2012-10-06 17:43:20 +02:00
Andreas Mueller 46e959a9d9 COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement. 2012-06-29 11:27:23 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00