Re: [sage-devel] Re: Patchbot reporting a doctest failure that I can't reproduce

2012-03-12 Thread Starx
It looks like the order of the elements was being determined by their id which would be system dependent. I've updated the patch and all should be well now. Thanx for the help. -Jim On Sun, Mar 11, 2012 at 9:34 PM, Nils Bruin wrote: > On Mar 11, 8:46 pm, Starx wrote: >> The patchbot is report

[sage-devel] Re: Patchbot reporting a doctest failure that I can't reproduce

2012-03-11 Thread Nils Bruin
On Mar 11, 8:46 pm, Starx wrote: > The patchbot is reporting a doctest failure in a patch of > mine:http://trac.sagemath.org/sage_trac/ticket/12630#comment:10 > > The failure itself is completely benign, "a + b" is being returned > when "b + a" is expected, but the addition is commutative anyway.