Skip to content

Commit

Permalink
Add multirocess
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-tomasini committed Dec 12, 2024
1 parent c81d06b commit 90ee9ef
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
45 changes: 44 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ sphinx-rtd-size = "^0.2.0"
sphinx-rtd-theme = "^3.0.2"
ghp-import = "^2.1.0"
networkx = "^3.4.2"
multiprocess = "^0.70.17"


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion scripts/baseline_optimizazion.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from datetime import timedelta
import polars as pl
from typing import Union
from multiprocessing import Pool
from multiprocess import Pool

from polars import col as c
import shutil
Expand Down

0 comments on commit 90ee9ef

Please sign in to comment.