You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sage: from ppl import Variable
sage: x = Variable(0)
sage: save(x, os.path.join(SAGE_TMP, 'pplvariable'))
TypeError: no default __reduce__ due to non-trivial __cinit__
It seems impossible to save an object of the Parma Polyhedra Library's
Variable
class and then load it.CC: @mkoeppe
Component: geometry
Issue created by migration from https://trac.sagemath.org/ticket/19592
The text was updated successfully, but these errors were encountered: