mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-31 12:40:46 +08:00
Commented out a reduce method.
This commit is contained in:
+2
-2
@@ -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):
|
||||
# '''
|
||||
|
||||
Reference in New Issue
Block a user