Analysis period setting , wind rose

There’s a major difference. Ladybug is following Python syntax for equality here. So when we say b==1. It means we’re saying if b is equal to 1 select wind speed and direction at that hour

b=1 has entirely different meaning in Python. It means the variable named “b” is assigned the value of 1. This is something totally irrelevant here and therefore, you get a different result.

hope that helps!

1 Like