#9049: v4.4.1 bug in variety() over finite field extensions of Q?
----------------------------------+-----------------------------------------
   Reporter:  cynthia_vinzant     |       Owner:  AlexGhitza
       Type:  defect              |      Status:  new       
   Priority:  major               |   Milestone:            
  Component:  algebraic geometry  |    Keywords:            
     Author:                      |    Upstream:  N/A       
   Reviewer:                      |      Merged:            
Work_issues:                      |  
----------------------------------+-----------------------------------------

Comment(by syazdani):

 I can verify that the bug still exists in v4.4.3.
 This seems to be because of I.gens() is returning a tuple, while
 I.basis_is_groebner,  specifically the line
 {{{
  F = matrix(R, 1, self.ngens(), self.gens())
 }}}
 expects I.gens() to be a list. Did I.gens() change its return type
 recently? A quick hack converting self.gens() to a list solves the
 problem. Should I provide that patch?

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