Skip to content

Commit

Permalink
fix(dynbehavior): Use separate task input for aperture name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Mar 9, 2022
1 parent 704aa0e commit 1d6c9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pollination/pmv_comfort_map/_dynbehavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ def create_irradiance_contrib_map(
ref_diffuse=ref_diffuse,
sun_up_hours=sun_up_hours,
aperture_id=aperture_id,
aperture_name=aperture_id,
name=grid_name
) -> List[Dict]:
return [
{
'from': IrradianceContribMap()._outputs.result_folder,
'to': 'dynamic/final/{{self.name}}/{{self.aperture_id}}'
'to': 'dynamic/final/{{self.name}}/{{self.aperture_name}}'
}
]

0 comments on commit 1d6c9ce

Please sign in to comment.