#15389: An algorithm for enumerating elements of bounded height in number fields
-------------------------------------------------+-------------------------
       Reporter:  dkrumm                         |        Owner:  dkrumm
           Type:  enhancement                    |       Status:  new
       Priority:  minor                          |    Milestone:  sage-6.3
      Component:  number theory                  |   Resolution:
       Keywords:  sage-days55                    |    Merged in:
        Authors:  David Krumm, John Doyle        |    Reviewers:  Ben  Hutz
Report Upstream:  N/A                            |  Work issues:
         Branch:                                 |       Commit:
  f48cf26707645c8adf6351fd2331511f00b013cb       |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------
Changes (by vbraun):

 * status:  closed => new
 * commit:  f48cf26707645c8adf6351fd2331511f00b013cb =>
 * resolution:  fixed =>


Comment:

 I got the following on OSX 10.9 once (possibly random/depending on
 numerical noise):
 {{{
 sage -t --long src/sage/rings/number_field/bdd_height.py
 **********************************************************************
 File "src/sage/rings/number_field/bdd_height.py", line 418, in
 sage.rings.number_field.bdd_height.bdd_height
 Failed example:
     len(list(bdd_height(K,100))) # long time (9 s)
 Expected:
     5171
 Got:
     5131
 **********************************************************************
 }}}
 and related:
 {{{
 sage -t --long src/sage/rings/number_field/number_field.py
 **********************************************************************
 File "src/sage/rings/number_field/number_field.py", line 8289, in
 
sage.rings.number_field.number_field.NumberField_absolute.elements_of_bounded_height
 Failed example:
     len(list(L)) # long time (9 s)
 Expected:
     5171
 Got:
     5131
 **********************************************************************
 }}}

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