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

2012-03-11 Thread John H Palmieri
On Sunday, March 11, 2012 8:46:55 PM UTC-7, 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 addi

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

2012-03-11 Thread Starx
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. So I'm not so concerned with the particul