I have a bash alias that runs every combination of Python version/platform/polys ground type that I have installed on my computer, and I did not see that error anywhere. I did see that an unimproved all() snuck in to /users/aaronmeurer/documents/python/sympy/sympy/sympy/polys/tests/test_polyroots.py, line 86 via commit 49a0a06d.
But aside from that and the failures of issue 2041 and issue 1946 (or is this the same thing as your problem?), I didn't have any other problems. Perhaps it's the new Python 2.7.1. I haven't upgraded to that yet, though I am in the process (Fink is compiling it right now, I will try it again when that is done). Or maybe you just need to run ./setup.py clean and/or git clean. Aaron Meurer On Tue, Nov 30, 2010 at 11:57 AM, Ronan Lamy <[email protected]> wrote: > Le mardi 30 novembre 2010 à 09:34 -0800, Vinzent Steinberg a écrit : >> Does anyone get this too when running bin/test on current master? > > I don't, so it's probably a hash-dependent bug again. What's the full > traceback? Which test fails? Can you identify which commit introduced > the failure? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
