Hello dear friends
I’m a rookie in Python. I downloaded a formula as ready-made code, but when I run and specify inputs, I get no results as output. Is there anyone to help me? Thanks in advance.
asv.gh (5.3 KB)
In your code, you define two functions but you never called them.
Add these two lines to the bottom of your code and add an output for asvc:
asv = actual_sensation_vote(ta, ws, rh, sr)
asvc = actual_sensation_vote_effect_category(asv)
asv_211031a.gh (8.2 KB)
-Kevin
thank you so much @kev.r it works perfectly