Skip to content

Commit

Permalink
refactor(leed): Change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Aug 6, 2024
1 parent 85b4560 commit 48c6aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollination/honeybee_radiance_postprocess/leed.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DaylightOptionOne(Function):

shade_transmittance = Inputs.float(
description='A value to use as a multiplier in place of solar shading. Value '
'for shade transmittance must be 1 > value > 0.', default=0.2
'for shade transmittance must be 1 > value > 0.', default=0.02
)

shd_transmittance_file = Inputs.file(
Expand Down

0 comments on commit 48c6aa2

Please sign in to comment.