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
Hello compas_skeleton developers,
This here pops up a message for me, it is not really possible to sum a range and a list.
I solved locally by:
keys = list(range(1, 5)) + [1]
compas_skeleton/src/compas_skeleton/datastructure/skeleton.py
Line 240 in a30fd2d
Can we incorporate this, please?
Thanks Ricardo
The text was updated successfully, but these errors were encountered:
@wenqian157 help us please :)
Sorry, something went wrong.
this will indeed no longer work in python 3+ (so it will only work when used in Rhino)...
fix issue #3
809a4af
updated it to the way you are using. ty ^^
No branches or pull requests
Hello compas_skeleton developers,
This here pops up a message for me, it is not really possible to sum a range and a list.
I solved locally by:
keys = list(range(1, 5)) + [1]
compas_skeleton/src/compas_skeleton/datastructure/skeleton.py
Line 240 in a30fd2d
Can we incorporate this, please?
Thanks
Ricardo
The text was updated successfully, but these errors were encountered: