Migrate to forgejo
Some checks failed
Check / Lint, format & type checks (push) Failing after 42s
Check / Test on Python 3.10 (push) Failing after 47s
Publish documentation / publish (push) Successful in 55s
Check / Test on Python 3.9 (push) Failing after 42s

This commit is contained in:
Andras Schmelczer 2026-06-06 19:41:38 +01:00
parent 828f8a9231
commit 4c6441182b
11 changed files with 211 additions and 233 deletions

View file

@ -147,7 +147,7 @@ def parallel_map(
serialized_map_function = dill.dumps(func, byref=True, recurse=False)
processes = [
ctx.Process( # type: ignore
ctx.Process(
name=f"parallel_map_{config.function_name}_{i}",
target=mapper_function,
daemon=True,