- Use parfor to take care of the parallel part.
- Use sha1 hash because it's consistent between processes.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from itertools import product
|
||||
|
||||
import numpy as np
|
||||
from tiffwrite import IJTiffFile
|
||||
from itertools import product
|
||||
|
||||
|
||||
def test_single(tmp_path):
|
||||
|
||||
Reference in New Issue
Block a user