Skip to content

Commit

Permalink
Updated TJs OG-USA example script change in run_ogcore_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Feb 6, 2024
1 parent d65cc5d commit 982c714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_examples/run_ogcore_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

def main():
# Define parameters to use for multiprocessing
client = Client()
num_workers = min(multiprocessing.cpu_count(), 7)
print("Number of workers = ", num_workers)
client = Client(n_workers=num_workers)
run_start_time = time.time()

# Directories to save data
Expand Down

0 comments on commit 982c714

Please sign in to comment.