- Use parfor to take care of the parallel part.

- Use sha1 hash because it's consistent between processes.
This commit is contained in:
Wim Pomp
2023-09-11 17:12:04 +02:00
parent f68afd0a1b
commit e736770512
5 changed files with 80 additions and 249 deletions

View File

@@ -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):