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
0debedd82c
Handle more warnings and reset io plugins as needed
...
Reset plugins prior to running collections test
Handle warnings in morphology pkg
Add __init__ for morpohology tests
Handle warnings for novice pkg
Handle warnings for restoration pkg
Handle warnings for segmentation pkg
Handle warnings for _shared pkg
Handle warnings for transform pkg
Handle warnings for util pkg
Handle warnings in viewer module
2014-12-23 16:48:16 -06:00
Johannes Schönberger
03be934e6d
Set seed for test cases
2014-12-16 16:38:01 +01:00
Stefan van der Walt
034a7adab3
Use equal_nulp for more robust test comparison
2014-11-07 16:04:54 +02:00
Rebecca
1b217f971e
replacing lena in examples and most tests
2014-11-07 16:01:23 +02:00
Stefan van der Walt
8bba07a7f2
Merge pull request #1171 from jjhelmus/unwrap_phase_3d_bug
...
BUG: segmentation fault when unwrapping 3d image
2014-11-07 13:39:18 +02:00
Jonathan Helmus
25653dc288
TST: Unit test to check for 3d unwrap seg fault
...
Added a unit test to check for bug in unwrap_phase which causes
a segmentation fault when the middle dimension is connected.
2014-11-06 21:03:14 -06:00
Juan Nunez-Iglesias
d50afed18e
Add test for preserving image shape in deconv
...
I can confirm that this test does not pass in the current master.
2014-09-26 19:13:33 +10:00
Juan Nunez-Iglesias
214613c2a8
Run restoration test suite when run as main
2014-09-26 19:13:33 +10:00
Johannes Schönberger
3b3bb01270
Fix denoise tests
2014-08-08 08:27:57 -04:00
blink1073
5677dafe41
Move away from random.random in favor of random.rand
2014-07-19 18:18:23 -05:00
Johannes Schönberger
e8ab5559d5
Test invalid input for unwrap_phase
2014-05-10 10:47:52 -04:00
Johannes Schönberger
ef63523ab0
Move denoise functions to restoration submodule
2014-03-13 19:39:54 -04:00
Johannes Schönberger
107f1d607c
Move phase unwrapping algorithms to restoration submodule
2014-03-13 18:50:39 -04:00
François Orieux
e0bb826e9e
Update test file because of the new clip param default to True
2013-12-10 23:30:46 +01:00
François Orieux
15a96d5300
Fix python3 test and real values image.
2013-12-10 22:45:16 +01:00
François Orieux
bda9b4fb3c
Fix travis test
2013-12-10 22:45:16 +01:00
François Orieux
b0b0b112db
Add tests, coverage improvement.
2013-12-10 22:45:16 +01:00
François Orieux
4e2a5a9644
Better docstring. Better test coverage.
2013-12-10 22:45:16 +01:00
François Orieux
a3b360f84a
Fix test_restoration.py rename.
2013-12-10 22:45:14 +01:00
François Orieux
def48f1909
Rename deconvolution to restoration
2013-12-10 22:45:14 +01:00