#12341: Empty (full) cremona database in Sage 4.8 causes tests to fail
-------------------------------+--------------------------------------------
Reporter: swenson | Owner: cremona
Type: defect | Status: new
Priority: critical | Milestone: sage-5.0
Component: elliptic curves | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-------------------------------+--------------------------------------------
Changes (by was):
* priority: major => critical
Comment:
I notice the spkg-install inside elliptic_curves-0.3/cremona_mini has code
like
{{{
cremona_root=os.environ['SAGE_DATA']+'/cremona'
if not os.path.exists(cremona_root):
os.makedirs(cremona_root)
target=cremona_root+'/cremona_mini.db'
}}}
This is bad form; one should use os.path.join.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12341#comment:2>
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.