#13130: Ring support for projective space points and morphisms
-----------------------------------------+----------------------------------
       Reporter:  bhutz                  |         Owner:  bhutz       
           Type:  enhancement            |        Status:  needs_review
       Priority:  major                  |     Milestone:  sage-5.3    
      Component:  algebraic geometry     |    Resolution:              
       Keywords:  projective space ring  |   Work issues:              
Report Upstream:  N/A                    |     Reviewers:              
        Authors:  Ben Hutz               |     Merged in:              
   Dependencies:                         |      Stopgaps:              
-----------------------------------------+----------------------------------

Comment (by annahaensch):

 I ran -t on each of the following files:

 * schemes/elliptic_curves/ell_point.py
 * schemes/generic/homset.py
 * schemes/generic/morphism.py
 * schemes/generic/point.py
 * schemes/generic/projective_space.py
 * schemes/readme.py

 and "All tests passed!"

 I ran -coverage to check the doctest coverage, all affected files had 100%
 coverage, except:

 * schemes/generic/morphism.py (95%)
 * schemes/generic/point.py (37%)

 ****************
 I brought morphism.py to 100%, but point.py is still missing things.

 I ran --testall --long and got the following error:
 {{{
 ******************************
 File "/Users/annahaensch/sage-5.2/devel/sage/sage/interfaces/r.py", line
 1169:
     sage: os.path.realpath(tmpdir) == sageobj(r.getwd())
 Expected:
     True
 Got:
     False
 ******************************************
 1 items had failures:
    1 of   7 in __main__.example_43
 Test Failed**** 1 failures.
 }}}

 Just to be sure, I ran a longtest just on interfaces/r.py, and all tests
 passed, which is unsurprising, since this patch doesn't touch that
 file…not sure what to do about that one.

 I ran -docbuild reference html and got one LaTex error, line 531 of
 sage/schemes/generic/projective_space.py.  Changed {{{`\PP^N`}}} to
 {{{'\mathbb{P}^N` }}}.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13130#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.

Reply via email to