Commented out a reduce method.

This commit is contained in:
GudniRos
2015-10-26 17:14:40 -07:00
parent e4448c2f2e
commit 704776b8ba
+2 -2
View File
@@ -147,8 +147,8 @@ class PropModel(object):
assert len(self.vector) == self.nP
# Pickleing support methods
def __reduce__(self):
return (dict,{self.propMap,self.vector})
# def __reduce__(self):
# return (dict,{self.propMap,self.vector})
# def __getstate__(self):
# '''