Skip to content

Commit

Permalink
fix(map): Add output for VTK config file
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Apr 8, 2022
1 parent 7fe3d88 commit 2961dd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pollination/ladybug_comfort/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,11 @@ def map_results_information(self):
'outputs.', path='results_info.json'
)

viz_config_file = Outputs.file(
description='A JSON that specifies configurations for VTK visualizations.',
path='config.json'
)

temperature_info = Outputs.file(
description='A JSON that specifies the data type and units for temperature map '
'results.', path='output/temperature.json'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pollination-dsl==0.13.0
pollination-dsl==0.13.1
ladybug-comfort==0.15.6

0 comments on commit 2961dd6

Please sign in to comment.