Commit Graph

66 Commits

Author SHA1 Message Date
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 2756358f3c Clean up PIL plugin and handle more warnings
Use the pil plugin to load data files

Fix install_requires string formatting

Dead end commit

Make all tools executable

Remove debug print

Suppress PIL resourcewarnings

Handle a few more warnings
2014-12-23 16:48:38 -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
Johannes Schönberger 3a1079a180 Misc PEP8 fixes 2014-12-14 02:56:14 +01:00
Johannes Schönberger cf499bf844 Add tests for all rank filters and reformat code 2014-12-13 11:25:59 +01:00
Rebecca fc18fb7ffa removed lena reference 2014-11-07 16:04:53 +02:00
Rebecca 1b217f971e replacing lena in examples and most tests 2014-11-07 16:01:23 +02:00
Steven Silvester 945e163867 Add animated gif, a test for it, and tests without conserve_memory.
Add animated gif, and a test for it, plus tests without conserve_memory

Add the gif file
2014-11-07 15:22:18 +02:00
Kevin Murray d69cdb951b [freeimage tests] Add a test w/ truncated image
This tests tests the fix in the previous commit b9a7445, covering the
issue noted in issue #1037.
2014-06-30 14:45:51 +10:00
Vighnesh Birodkar 5b459a8e4b autopep8 changes. 2014-04-28 00:31:18 +05:30
Vighnesh Birodkar a82d814665 Changed example and hubble_deep_field doc string 2014-04-28 00:05:09 +05:30
Vighnesh Birodkar 7738e65de8 hubble_deep_filed doc string changes. 2014-04-27 11:51:42 +05:30
Vighnesh Birodkar 0c1c62b415 Grammar corrections. 2014-04-27 11:50:49 +05:30
Vighnesh Birodkar 57bd84e3db Added example and pep8 changes. 2014-04-27 11:49:46 +05:30
Vighnesh Birodkar d76aad9bd4 Added Hubble Deep Field image. 2014-04-27 11:49:26 +05:30
Johannes Schönberger ea1ae457f1 Improve BRIEF and various tweaks 2013-11-29 21:46:04 +01:00
Tony S Yu 0b2103b72c Remove extra newline 2013-10-21 23:02:51 -05:00
Tony S Yu 68c188050b Remove old image reference 2013-10-21 23:02:50 -05:00
Tony S Yu d177aa6c16 Replace use of elephant pic with Chelsea the cat 2013-10-21 23:02:49 -05:00
Michael Hansen 2e98d8c21c Added novice submodule after rebase 2013-10-21 23:02:45 -05:00
François Boulogne eb4c5c9ee4 PEP8 2013-10-14 16:14:30 +02:00
Marianne Corvellec 5afb53a126 Edited docstring according to comments. 2013-08-16 18:47:19 -04:00
Marianne Corvellec 2b43dab546 Added elements to the coffee picture docstring. 2013-08-13 20:25:00 -04:00
François Boulogne 9d7a90395b DOC: changes for Marianne's coffee cup 2013-08-05 16:45:59 +02:00
François Boulogne 0e7e838cac use shorter URL 2013-07-07 19:17:16 +02:00
François Boulogne 4f0c4f0306 add coffee picture from flickr 2013-07-07 00:38:06 +02:00
Stefan van der Walt 2cfd075adb Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
2013-05-29 03:53:47 -07:00
Johannes Schönberger 89f0c0c1b5 Add __all__ to data package 2013-04-28 23:18:51 +02:00
Johannes Schönberger 9b069335eb Fix image filename extension from .jpg to .png 2013-04-28 11:10:09 +02:00
Johannes Schönberger c69eadd3a6 Use png rather than jpg for ihc image 2013-04-28 11:09:38 +02:00
Johannes Schönberger 3a2b0cbbf9 Use png rather than jpg for chelsea image 2013-04-28 10:58:55 +02:00
Tony S Yu 425d33b722 Merge pull request #528 from chintak/doc_morphology
Documentation for basic Morphology functions
2013-04-26 21:13:14 -07:00
Chintak Sheth 494c1a14a3 Minor changes 2013-04-24 23:07:34 +05:30
Chintak Sheth 616f24ac31 End newline added and removed the .jpeg version 2013-04-23 21:27:36 +05:30
Chintak Sheth 45aeeac459 Added horse.png to skimage/data and added a horse() in the _init_.py in data subpackage 2013-04-23 21:14:02 +05:30
Chintak Sheth e5dab80e9c Clean, and implemented using horse.jpeg 2013-04-23 19:47:10 +05:30
Stefan van der Walt 83f51efbc8 ENH: Add chelsea to dataset. 2013-04-22 15:19:48 +02:00
Xavier Moles Lopez e4629ed856 FIX: modified color.data.ihc docstring. 2013-03-04 11:45:58 +01:00
Xavier Moles Lopez 40e7aee4de FIX: Ran autopep8 on colorconv.py FIX: modified color.data.ihc function FIX: smaller ihc.jpg image 2013-03-04 10:50:17 +01:00
spotter 997870ce23 FIX: the rgb2hed function. Legal issues regarding the ihc image. ENH: added the hed2rgb function. 2013-02-28 16:15:15 +01:00
spotter 306c886ad6 ENH: Added an Immunohistochemical image example 2013-02-26 17:26:12 +01: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
Johannes Schönberger 7acb9f9efb Fix short description in doc string 2012-08-26 00:27:55 +02:00
Stefan van der Walt 39569e8f9e Merge pull request #256 from NeilYager/skeleton_fix
BUG: Fix skeletonize LUT.
2012-08-20 14:50:51 -07:00
Neil Yager d7d1faec46 Fix bug in skeletonize LUT 2012-08-20 21:56:10 +01:00
Johannes Schönberger 234fb68ee7 make local binary pattern example script use skimage sample images 2012-08-20 22:46:57 +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