ladybug-tools / ladybug-legacy

:beetle: Ladybug is an environmental plugin for Grasshopper.
http://ladybug.tools
Other
194 stars 82 forks source link

LB_radiationAnalysis - Baking issue #386

Closed ayezioro closed 7 years ago

ayezioro commented 7 years ago

Hi, As for this discussion: http://www.grasshopper3d.com/group/ladybug/forum/topics/ladybug-radiation-analysis-bake-error-projectname-is-not-defined?commentId=2985220%3AComment%3A1743469&xg_source=msg_com_gr_forum the radiationAnalysis complains about "1. Solution exception:global name 'projectName' is not defined". It happens in line 192. If you change this line to "projectName_" (at the end) instead of "projectName" it works. Didn't check other components that might have similar problem when the bake option is requested. Thanks, -A.

shahiz commented 7 years ago

Thanks ! I've been searching for a solution for this for hours.

chriswmackey commented 7 years ago

@ayezioro and @shahiz , Thanks for pointing this out. I just fixed the bug: https://github.com/mostaphaRoudsari/ladybug/commit/9abd3e574ad639bfdaa6a0dd1ebf2b69f5c51dc6 -Chris