Skip to content

Commit

Permalink
fix(multiphase): Change default scale value
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Aug 22, 2024
1 parent 56c748e commit 9ddb232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollination/honeybee_radiance/multiphase.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class AddApertureGroupBlinds(Function):
scale = Inputs.float(
description='Scaling value to scale blind geometry at the center point '
'of the aperture.',
default=1.001
default=1.005
)

@command
Expand Down

0 comments on commit 9ddb232

Please sign in to comment.