#9304: trac #8218 (finite_rings) broke all my pickles!
---------------------------------------------+------------------------------
Reporter: was | Owner: was
Type: defect | Status: needs_info
Priority: minor | Milestone: sage-4.6
Component: pickling | Keywords: pickling
Author: William Stein, David Loeffler | Upstream: N/A
Reviewer: John Cremona | Merged:
Work_issues: |
---------------------------------------------+------------------------------
Changes (by newvalueoldvalue):
* keywords: => pickling
* reviewer: => John Cremona
* status: needs_review => needs_info
* author: => William Stein, David Loeffler
Comment:
With either patch the load is OK but does give a deprecation warning:
{{{
sage:
load('http://sage.math.washington.edu/home/wstein/db/modsym/data/gamma0-1088-2.sobj')
Attempting to load remote file:
http://sage.math.washington.edu/home/wstein/db/modsym/data/gamma0-1088-2.sobj
Loading: [..................................................]
/home/jec/sage-current/local/lib/python2.6/site-
packages/IPython/iplib.py:2073: DeprecationWarning: Your data is stored in
an old format. Please use the save() function to store your data in a more
recent format.
exec code_obj in self.user_global_ns, self.user_ns
((1088, 2), (0.69604299999997465, 1.0720680000000016, 8.3885230000000206,
11.104694999999936, 21.261328999999932), Modular Symbols space of
dimension 148 for Gamma_0(1088) of weight 2 with sign 1 over Rational
Field)
}}}
which is exactly the same warning as I get without the patch. Am I doing
something stupid here?
Of the two patches, I prefer the second ("alternative") since it
implements a more general method, and does not need to create that little
dummy (almost) file.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9304#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.