#17323: Implement "primes_of_bad_reduction" to work over Number Fields
-------------------------------------+-------------------------------------
       Reporter:  jdefaria           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebraic          |   Resolution:
  geometry                           |    Merged in:
       Keywords:                     |    Reviewers:  Ben Hutz
        Authors:  jdefaria           |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  c792c457d7fecb941f1400e174ffeee7523afaf5
  u/jdefaria/ticket/17323            |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by bhutz):

 * status:  needs_review => needs_work


Comment:

 This if/else is causing every doctest over QQ or ZZ to fail

 {{{
         if K in NumberFields() and K != QQ:
             F = copy(self)
             F.normalize_coordinates()
             return (K(F.resultant()).support())
         else:
             raise TypeError("Base Ring must be number field or number
 field ring")
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17323#comment:16>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to