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
When I try to deepcopy a pymaxflow graph, I get this error:
g = deepcopy(self.flow_graph)
File "D:\Project\venv\lib\copy.py", line 169, in deepcopy
rv = reductor(4)
File "stringsource", line 2, in maxflow._maxflow.GraphInt.__reduce_cython__
TypeError: no default __reduce__ due to non-trivial __cinit__
The text was updated successfully, but these errors were encountered:
When I try to deepcopy a pymaxflow graph, I get this error:
The text was updated successfully, but these errors were encountered: