[CC to sage-devel - this email somehow didn't make it on first try :(] Hi guys,
When I apply both patches from #2755 to my 3.0.1.rc0 merge tree I get the following failure in totallyreal_rel.py: sage -t devel/sage/sage/rings/number_field/totallyreal_rel.py ********************************************************************** File "/scratch/mabshoff/release-cycle/sage-3.0.1.rc0/tmp/totallyreal_rel.py", line 98: sage: sage.rings.number_field.totallyreal_rel.integral_elements_in_box(K, [[0,5],[0,5]]) Expected: [0, 5, 3, -alpha + 2, -alpha + 3, 1, 2, 4, alpha + 2, alpha + 3] Got: [0, 5, -alpha + 2, -alpha + 3, 1, 2, 3, 4, alpha + 2, alpha + 3] ********************************************************************** It looks just like the order of the list elements has been changed, so it *seems* harmless. But being paranoid I figure I would run it by the experts before "fixing" the issue. Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---