You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run: w = sim.weather w.rain = 0.5 # set rain to 50% sim.weather = w
I get this error: Traceback (most recent call last): File "E:/Fight/My_verifAI/core/lgsvl_scenic_task.py", line 47, in <module> w.rain = 0.5 # set rain to 50% AttributeError: can't set attribute
The text was updated successfully, but these errors were encountered:
When I run:
w = sim.weather w.rain = 0.5 # set rain to 50% sim.weather = w
I get this error:
Traceback (most recent call last): File "E:/Fight/My_verifAI/core/lgsvl_scenic_task.py", line 47, in <module> w.rain = 0.5 # set rain to 50% AttributeError: can't set attribute
The text was updated successfully, but these errors were encountered: