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
While saving an empty tree TypeError is raised. Here's the code:
TypeError
import rrcf a = rrcf.RCTree() a.to_dict()
and the stack trace:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/anaconda3/lib/python3.7/site-packages/rrcf/rrcf.py", line 748, in to_dict self._serialize(self.root, obj, duplicates) File "/anaconda3/lib/python3.7/site-packages/rrcf/rrcf.py", line 780, in _serialize raise TypeError('`node` must be Branch or Leaf instance') TypeError: `node` must be Branch or Leaf instance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While saving an empty tree
TypeError
is raised. Here's the code:and the stack trace:
The text was updated successfully, but these errors were encountered: