Skip to content

Commit

Permalink
fix(postprocess): Replace Portuguese character in vis metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Aug 28, 2024
1 parent 84cd5f4 commit 8ca88da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeybee_radiance/cli/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def leed_daylight_option_two_vis(output_folder):
def abnt_nbr_15575_daylight_vis(output_folder):
"""Write four visualization metadata files for ABNT NBR 15575."""
ill_lpar = LegendParameters(min=48, max=1000, colors=Colorset.ecotect(),
title='Iluminância')
title='Iluminancia')

metric_info_dict = {
'4_930AM': {
Expand Down

0 comments on commit 8ca88da

Please sign in to comment.