We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mostaphaRoudsari
I have found that the issue of several nodes not working in Dynamo 2.0, giving errors such as:
ERROR: Local variable 'combs' referenced before assignment. ... Traceback (most recent call last): File "", line 21, in ...
Is solvable by editing the custom node and changing {} with [] on the inputs (In Dynamo 2.0 lists are created with brackets)
After that I was able to run all sample files and my own.
Here a couple of screenshots:
Cumulative Value
Spatial Daylight Autonomy
The text was updated successfully, but these errors were encountered:
hello, i have a bug with ladybug/dynamo for any version of ladybug
Sorry, something went wrong.
No branches or pull requests
@mostaphaRoudsari
I have found that the issue of several nodes not working in Dynamo 2.0, giving errors such as:
ERROR:
Local variable 'combs' referenced before assignment.
...
Traceback (most recent call last):
File "", line 21, in
...
Is solvable by editing the custom node and changing {} with [] on the inputs (In Dynamo 2.0 lists are created with brackets)
After that I was able to run all sample files and my own.
Here a couple of screenshots:
Cumulative Value
Spatial Daylight Autonomy
The text was updated successfully, but these errors were encountered: