#4249: [with patch, not ready for review] Inconsistency in number field integral
bases
---------------------------+------------------------------------------------
 Reporter:  cremona        |        Owner:  was     
     Type:  defect         |       Status:  new     
 Priority:  major          |    Milestone:  sage-3.2
Component:  number theory  |   Resolution:          
 Keywords:  number fields  |  
---------------------------+------------------------------------------------
Comment (by cremona):

 When I apply my patch to 3.1.3 I get this (testing all files in
 number_field):
 {{{
 ******************************
 File "/home/john/sage-3.1.3/tmp/totallyreal_rel.py", line 658:
     sage: [ f[0] for f in ls ]
 Expected:
     [725, 1125, 1600, 2000, 2225, 2525, 3600, 4225, 4400, 4525, 5125,
 5225, 5725, 6125, 7225, 7600, 7625, 8000, 8525, 8725, 9225]
 Got:
     [725, 1125, 1600, 2000, 2225, 2525, 3600, 4225, 4400, 4525, 5125,
 5225, 5725, 6125, 7600, 7625, 8000, 8525, 8725, 9225]
 **********************************************************************
 File "/home/john/sage-3.1.3/tmp/totallyreal_rel.py", line 661:
     sage: [NumberField(ZZx(x[1]), 't').is_galois() for x in ls]
 Expected:
     [False, True, True, True, False, False, True, True, False, False,
 False, False, False, True, True, False, False, True, False, False, False]
 Got:
     [False, True, True, True, False, False, True, True, False, False,
 False, False, False, True, False, False, True, False, False, False]
 **********************************************************************
 1 items had failures:
    2 of  12 in __main__.example_6
 ***Test Failed*** 2 failures.
 For whitespace errors, see the file
 /home/john/sage-3.1.3/tmp/.doctest_totallyreal_rel.py
 }}}

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