mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Do not acquire GIL for heap
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import time
|
||||
import random
|
||||
import skimage.graph.heap as heap
|
||||
from skimage._shared.testing import test_parallel
|
||||
|
||||
|
||||
@test_parallel()
|
||||
def test_heap():
|
||||
_test_heap(100000, True)
|
||||
_test_heap(100000, False)
|
||||
|
||||
Reference in New Issue
Block a user