Pickling A Stumpi Object #486
Unanswered
rnjv
asked this question in
Help: Other Questions
Replies: 1 comment 3 replies
-
@rnjv Unfortunately, I have little to no experience with pickling. @hmcoservit I vaguely remember that you had tried pickling |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to pickle the Stumpi class but I get the following error:
PicklingError: Can't pickle <class 'stumpy.stumpi.stumpi'>: it's not the same object as stumpy.stumpi.stumpi
How do I save and load Stumpi to disk?
The above I am running from a Jupyter notebook.
Beta Was this translation helpful? Give feedback.
All reactions