Skip to content

Commit

Permalink
fix(map): Add outputs for TCP, CSP, and HSP vis metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Nov 24, 2022
1 parent 3174710 commit 9b7cc68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pollination/ladybug_comfort/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,21 @@ def map_results_information(self):
'condition intensity map results.', path='output/condition_intensity.json'
)

tcp_vis_metadata = Outputs.file(
description='A JSON that specifies the visualization metadata for the '
'TCP results.', path='output/TCP.json'
)

hsp_vis_metadata = Outputs.file(
description='A JSON that specifies the visualization metadata for the '
'HSP results.', path='output/HSP.json'
)

csp_vis_metadata = Outputs.file(
description='A JSON that specifies the visualization metadata for the '
'CSP results.', path='output/CSP.json'
)


@dataclass
class Tcp(Function):
Expand Down

0 comments on commit 9b7cc68

Please sign in to comment.