Remove unnecessary fetch operations in external memory. (#10342)
This commit is contained in:
@@ -59,7 +59,7 @@ def test_nested_config() -> None:
|
||||
assert verbosity == 1
|
||||
|
||||
|
||||
def test_thread_safty():
|
||||
def test_thread_safety():
|
||||
n_threads = multiprocessing.cpu_count()
|
||||
futures = []
|
||||
with ThreadPoolExecutor(max_workers=n_threads) as executor:
|
||||
|
||||
Reference in New Issue
Block a user