My guess is that somehow True and False are escaping from "not a.args is ()" which are checking if they have any arg and only then -BOOLEANTRUE can come. The tests were passed when i explicitly added true and false in the condition.
On Sunday, March 30, 2014 1:09:28 AM UTC+5:30, Aaron Meurer wrote: > > I guess the difference is that this is PyPy, but even on my computer, that > test passes in PyPy. Do you have any guess what would cause it to get the > -BOOLEANTRUE term (the - part in particular)? > > Aaron Meurer > > > On Sat, Mar 29, 2014 at 12:51 PM, SAHIL SHEKHAWAT > <[email protected]<javascript:> > > wrote: > >> For my pull request #7303 <https://github.com/sympy/sympy/pull/7303> Travis >> is showing an error see >> https://travis-ci.org/sympy/sympy/jobs/21810070#L3374 >> while running the same code locally it is passing all the test and >> doctests. After discussing it on gitter with @zamrath i got to know that it >> can be due to build differences. >> Any suggestion on how should i pass the test and merge the codes. >> >> NOTE: this PR is for my patch requirement..please help >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] <javascript:> >> . >> Visit this group at http://groups.google.com/group/sympy. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/82f51be5-1c30-45bd-b539-eee74c4f34ae%40googlegroups.com<https://groups.google.com/d/msgid/sympy/82f51be5-1c30-45bd-b539-eee74c4f34ae%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/05bf48f5-7047-4e2f-bde7-46cbcdd6b532%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
