diff --git a/pollination/three_phase/entry.py b/pollination/three_phase/entry.py index 58b588f..8633630 100644 --- a/pollination/three_phase/entry.py +++ b/pollination/three_phase/entry.py @@ -170,7 +170,7 @@ def create_direct_sky( @task(template=PrepareMultiphase, needs=[create_rad_folder, generate_sunpath]) def prepare_dynamic( self, model=create_rad_folder._outputs.model_folder, - sunpath=generate_sunpath._outputs.sunpath, phase=3, cpu_count=cpu_count, + sunpath=generate_sunpath._outputs.sunpath, phase=5, cpu_count=cpu_count, cpus_per_grid=3, min_sensor_count=min_sensor_count, static='include' ): return [ diff --git a/pollination/three_phase/three_phase/preparation.py b/pollination/three_phase/three_phase/preparation.py index 6294fde..8ac553a 100644 --- a/pollination/three_phase/three_phase/preparation.py +++ b/pollination/three_phase/three_phase/preparation.py @@ -1,5 +1,4 @@ from pollination_dsl.dag import Inputs, DAG, task, Outputs -from pollination_dsl.dag.inputs import ItemType from dataclasses import dataclass from pollination.honeybee_radiance.multiphase import DaylightMatrixGrouping, \