mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Do not acquire GIL for hough_line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user