Skip to content

Commit

Permalink
fix(breeam): Correct command name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jan 10, 2025
1 parent d3fd104 commit cb0d9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pollination/honeybee_radiance_postprocess/breeam.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Breeam4b(Function):
)

@command
def well_annual_daylight(self):
def breeam_daylight_4b(self):
return 'honeybee-radiance-postprocess post-process breeam breeam-4b ' \
'results --model-file model.hbjson --sub-folder breeam_summary'

Expand All @@ -43,7 +43,7 @@ class Breeam4bVisMetadata(Function):
)

@command
def create_well_daylight_vis_data(self):
def create_breeam_daylight_4b_vis_data(self):
return 'honeybee-radiance-postprocess post-process breeam breeam-4b-vis-metadata ' \
'--output-folder "{{self.output_folder}}"'

Expand Down

0 comments on commit cb0d9da

Please sign in to comment.