Skip to content

Commit

Permalink
TST: fix call to _wavelet_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Aug 15, 2016
1 parent 80fa35d commit c32ef87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skimage/restoration/tests/test_denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from skimage import restoration, data, color, img_as_float, measure
from skimage._shared._warnings import expected_warnings
from skimage.measure import compare_psnr
from skimage.restoration._denoise import _wavelet_threshold

np.random.seed(1234)

Expand Down

0 comments on commit c32ef87

Please sign in to comment.