Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Dec 5, 2024
1 parent b774b72 commit 34b10c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/run_og_phl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
def main():
# Define parameters to use for multiprocessing
num_workers = min(multiprocessing.cpu_count(), 7)
client = Client(n_workers=num_workers, processes=False, threads_per_worker=1)
client = Client(
n_workers=num_workers, processes=False, threads_per_worker=1
)
print("Number of workers = ", num_workers)

# Directories to save data
Expand Down

0 comments on commit 34b10c4

Please sign in to comment.