How to pickle Permutation object #26111
Unanswered
MichaelALong
asked this question in
Q&A
Replies: 1 comment 2 replies
-
When I try this code it seems to work fine:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to pickle a class instance that contains Permutation objects, and these objects are not unpickling as I expected. Here is code to reproduce what I'm seeing. How do I save and load Permutation objects from disk?
prints:
(19)(4 5)
()
Beta Was this translation helpful? Give feedback.
All reactions