#13189: fan isomorphism check
--------------------------------------+-------------------------------------
       Reporter:  vbraun              |         Owner:  AlexGhitza        
           Type:  enhancement         |        Status:  needs_review      
       Priority:  major               |     Milestone:  sage-5.2          
      Component:  algebraic geometry  |    Resolution:                    
       Keywords:                      |   Work issues:                    
Report Upstream:  N/A                 |     Reviewers:  Andrey Novoseltsev
        Authors:  Volker Braun        |     Merged in:                    
   Dependencies:  #12544              |      Stopgaps:                    
--------------------------------------+-------------------------------------

Comment (by novoselt):

 Got one error testing `cone.py`:
 {{{
     Traceback (most recent call last):
       File "/home/novoselt/sage-5.2.beta0/local/bin/ncadoctest.py", line
 1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/home/novoselt/sage-5.2.beta0/local/bin/sagedoctest.py", line
 38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
 compileflags)
       File "/home/novoselt/sage-5.2.beta0/local/bin/ncadoctest.py", line
 1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_26[13]>", line 9, in <module>
         frac = Hirzebruch_Jung_continued_fraction_list(k/d)
       File "/home/novoselt/sage-5.2.beta0/local/lib/python/site-
 packages/sage/rings/arith.py", line 4193, in
 Hirzebruch_Jung_continued_fraction_list
         if not sage.rings.rational.is_Rational(x):
     AttributeError: 'module' object has no attribute 'is_Rational'
 }}}

 The new module also has to be included into documentation, I think. Is
 there actually a particular reason why it is not just in `fan.py`?

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