Open ctb opened 8 years ago
They can, but we need to implement __reduce__
for our C++ classes:
https://docs.python.org/3/library/pickle.html#object.__reduce__
On Sun, Apr 3, 2016 at 6:24 AM, C. Titus Brown notifications@github.com wrote:
Running into some issues that seem like they cannot --
File "/Users/t/dev/jup/bin/../lib/python2.7/copy_reg.py", line 71, in _reduce_ex state = base(self) TypeError: function takes exactly 2 arguments (1 given)
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/dib-lab/khmer/issues/1348
Running into some issues that seem like they cannot --