#4469: Sage 3.2.a3: output ordering randomness in
sage/rings/number_field/number_field.py
----------------------+-----------------------------------------------------
 Reporter:  mabshoff  |       Owner:  tbd     
     Type:  defect    |      Status:  new     
 Priority:  blocker   |   Milestone:  sage-3.2
Component:  algebra   |    Keywords:          
----------------------+-----------------------------------------------------
 eno:
 {{{
 sage -t  devel/sage/sage/rings/number_field/number_field.py
 **********************************************************************
 File "/home/wstein/eno/sage-3.2.alpha3/tmp/number_field.py", line 1025:
     sage: [phi(k.0^2) for phi in v]
 Expected:
     [2.97572074038...,
      -2.40889943716 + 1.90254105304*I,
      -2.40889943716 - 1.90254105304*I,
      0.921039066973 + 3.07553311885*I,
      0.921039066973 - 3.07553311885*I]
 Got:
     [2.97572074038,
      -2.40889943716 + 1.90254105304*I,
      -2.40889943716 - 1.90254105304*I,
      0.921039066973 - 3.07553311885*I,
      0.921039066973 + 3.07553311885*I]
 **********************************************************************
 }}}
 cicero:
 {{{
 sage -t  devel/sage/sage/rings/number_field/number_field.py
 **********************************************************************
 File "/home/wstein/cicero/build/sage-3.2.alpha3/tmp/number_field.py", line
 1032:
     sage: K.complex_embeddings()
 Expected:
     [
     Ring morphism:
       From: Number Field in a with defining polynomial x^3 + 2
       To:   Complex Double Field
       Defn: a |--> -1.25992104989...,
     Ring morphism:
       From: Number Field in a with defining polynomial x^3 + 2
       To:   Complex Double Field
       Defn: a |--> 0.629960524947 - 1.09112363597*I,
     Ring morphism:
       From: Number Field in a with defining polynomial x^3 + 2
       To:   Complex Double Field
       Defn: a |--> 0.629960524947 + 1.09112363597*I
     ]
 Got:
     [
     Ring morphism:
       From: Number Field in a with defining polynomial x^3 + 2
       To:   Complex Double Field
       Defn: a |--> -1.25992104989 + 2.77555756156e-16*I,
     Ring morphism:
       From: Number Field in a with defining polynomial x^3 + 2      To:
 Complex Double Field
       Defn: a |--> 0.629960524947 + 1.09112363597*I,
     Ring morphism:
       From: Number Field in a with defining polynomial x^3 + 2
       To:   Complex Double Field
       Defn: a |--> 0.629960524947 - 1.09112363597*I
     ]
 **********************************************************************
 }}}
 menas:
 {{{
 sage -t  devel/sage/sage/rings/number_field/number_field.py
 **********************************************************************
 File "/home/wstein/menas/build/sage-3.2.alpha3/tmp/number_field.py", line
 1025:
     sage: [phi(k.0^2) for phi in v]
 Expected:
     [2.97572074038...,
      -2.40889943716 + 1.90254105304*I,
      -2.40889943716 - 1.90254105304*I,
      0.921039066973 + 3.07553311885*I,
      0.921039066973 - 3.07553311885*I]
 Got:
     [2.97572074038,
      -2.40889943716 + 1.90254105304*I,
      -2.40889943716 - 1.90254105304*I,
      0.921039066973 - 3.07553311885*I,
      0.921039066973 + 3.07553311885*I]
 **********************************************************************
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4469>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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