We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cb2b1 commit 3c99babCopy full SHA for 3c99bab
src/compas/base.py
@@ -148,7 +148,7 @@ def to_json(self, filepath):
148
raise NotImplementedError
149
150
def __getstate__(self):
151
- """Return the object data for state state serialisation with older pickle protocols."""
+ """Return the object data for state serialisation with older pickle protocols."""
152
return {'__dict__': self.__dict__.copy(), 'dtype': self.dtype, 'data': self.data}
153
154
def __setstate__(self, state):
0 commit comments