Skip to content

Commit

Permalink
fix(extra): Implement correct icon for UTCI Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Sep 16, 2023
1 parent 176f1a3 commit 720bb8f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified ladybug_grasshopper/icon/LB UTCI Comfort Parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ladybug_grasshopper/json/LB_UTCI_Comfort_Parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.6.1",
"nickname": "UTCIPar",
"outputs": [
[
Expand Down
4 changes: 2 additions & 2 deletions ladybug_grasshopper/src/LB UTCI Comfort Parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
cold stress. (Default: 9C).
heat_thresh: Temperature in Celsius above which the UTCI represents
heat stress. (Default: 26C).
Returns:
utci_par: A UTCI comfort parameter object that can be plugged into
any of the components that compute UTCI thermal comfort.
"""

ghenv.Component.Name = 'LB UTCI Comfort Parameters'
ghenv.Component.NickName = 'UTCIPar'
ghenv.Component.Message = '1.6.0'
ghenv.Component.Message = '1.6.1'
ghenv.Component.Category = 'Ladybug'
ghenv.Component.SubCategory = '4 :: Extra'
ghenv.Component.AdditionalHelpFromDocStrings = '0'
Expand Down
Binary file modified ladybug_grasshopper/user_objects/LB UTCI Comfort Parameters.ghuser
Binary file not shown.

0 comments on commit 720bb8f

Please sign in to comment.