Do not acquire GIL for hough_line

This commit is contained in:
Johannes Schönberger
2015-05-19 18:57:20 -07:00
parent 83fe07097f
commit 7337a3e14b
2 changed files with 12 additions and 8 deletions
@@ -16,6 +16,7 @@ def append_desc(func, description):
return func
@test_parallel()
def test_hough_line():
# Generate a test image
img = np.zeros((100, 150), dtype=int)