#12861: maximal_order of quaternion algebras should be more general
-------------------------------+--------------------------------------------
       Reporter:  daniels      |         Owner:  daniels   
           Type:  enhancement  |        Status:  needs_work
       Priority:  major        |     Milestone:  sage-5.3  
      Component:  algebra      |    Resolution:            
       Keywords:               |   Work issues:            
Report Upstream:  N/A          |     Reviewers:            
        Authors:               |     Merged in:            
   Dependencies:  #12860       |      Stopgaps:            
-------------------------------+--------------------------------------------

Comment (by daniels):

 It seems the problem was that I used `PlusInfinity` which is the class,
 not an instance thereof.
 Comparing the class with an integer is of course non-sense, but seems to
 have accidently worked most of the time (it is only used to ensure that
 `B(e[0],e[0])` is less than min_v in the first iteration).
 So I need to replace it by either `PlusInfinity()` or `infinity`.

 I'll upload a new patch once I have verified that `make ptestlong` now
 works for me.

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