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
Do you plan to add a function for dumping a tree into a file?
I've tried using pickle, which works with a small tree, but when increasing it to a certain size, I got a recursion error: RecursionError: maximum recursion depth exceeded in comparison
The text was updated successfully, but these errors were encountered:
Hey,
Do you plan to add a function for dumping a tree into a file?
I've tried using
pickle
, which works with a small tree, but when increasing it to a certain size, I got a recursion error:RecursionError: maximum recursion depth exceeded in comparison
The text was updated successfully, but these errors were encountered: