Skip to content

Commit

Permalink
remove test for removed option
Browse files Browse the repository at this point in the history
  • Loading branch information
sciunto committed Aug 27, 2016
1 parent ec7a4ae commit dad3cc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions skimage/feature/tests/test_hog.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,5 @@ def test_hog_orientations_circle():
assert_almost_equal(actual, desired, decimal=1)


def test_hog_normalise_none_error_raised():
img = np.array([1, 2, 3])
assert_raises(ValueError, feature.hog, img, normalise=True)

if __name__ == '__main__':
np.testing.run_module_suite()

0 comments on commit dad3cc4

Please sign in to comment.