pyRMSD icon indicating copy to clipboard operation
pyRMSD copied to clipboard

Adding pickle options to CondensedMatrix

Open victor-gil-sepulveda opened this issue 11 years ago • 0 comments

Currently pickling can only be used by registering the pickling function in client code with copy_reg (http://docs.python.org/2/library/copy_reg.html)

See http://stackoverflow.com/questions/12530333/python-pickling-c-objects (defining the reduce or pickling needed methods)

victor-gil-sepulveda avatar Sep 06 '13 10:09 victor-gil-sepulveda