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
Calling .add_tree() with an existing tree fails.
.add_tree()
File ...\site-packages\webknossos\skeleton\[group.py:246](https://group.py:246/), in Group.__hash__(self) 245 def __hash__(self) -> int: --> 246 return self._id AttributeError: 'Group' object has no attribute '_id'
The text was updated successfully, but these errors were encountered:
MatthisCl
Successfully merging a pull request may close this issue.
Context
Calling
.add_tree()
with an existing tree fails.The text was updated successfully, but these errors were encountered: