Skip to content

Commit

Permalink
fix(translate): expose sensor_grids file as an output
Browse files Browse the repository at this point in the history
This is useful for post-processing the results.
  • Loading branch information
mostaphaRoudsari committed Feb 11, 2021
1 parent d68aa08 commit 7337877
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pollination/honeybee_radiance/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ def hbjson_to_rad_folder(self):
sensor_grids = Outputs.list(
description='Sensor grids information.', path='model/grid/_info.json'
)

sensor_grids_file = Outputs.file(
description='Sensor grids information JSON file.', path='model/grid/_info.json'
)

0 comments on commit 7337877

Please sign in to comment.