Skip to content

Commit

Permalink
fix(prepare-folder): Change cpus per grid from 3 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Aug 14, 2023
1 parent 52f6bf1 commit 0e0696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollination/daylight_factor/_prepare_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def create_octree(
)
def split_grid_folder(
self, input_folder=create_rad_folder._outputs.model_folder,
cpu_count=cpu_count, cpus_per_grid=3, min_sensor_count=min_sensor_count
cpu_count=cpu_count, cpus_per_grid=1, min_sensor_count=min_sensor_count
):
"""Split sensor grid folder based on the number of CPUs"""
return [
Expand Down

0 comments on commit 0e0696c

Please sign in to comment.