Skip to content

Commit

Permalink
fix(full): Add full steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Dec 6, 2023
1 parent a4be711 commit 71acac5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pollination/annual_daylight_enhanced/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ def annual_metrics_postprocess(
source='metrics', description='Annual metrics folder.'
)

results = Outputs.folder(
source='results', description='Folder with raw result files (.ill) that '
'contain illuminance matrices for each sensor at each timestep of the analysis.'
)

grid_summary = Outputs.file(
source='grid_summary.csv', description='Grid summary of metrics.',
alias=grid_metrics_results
Expand Down

0 comments on commit 71acac5

Please sign in to comment.