On Tue, Jan 13, 2009 at 9:26 PM, Robert Kern <[email protected]> wrote: > > On Tue, Jan 13, 2009 at 22:53, Ondrej Certik <[email protected]> wrote: >> >> On Tue, Jan 13, 2009 at 7:58 PM, Robert Kern <[email protected]> wrote: >>> >>> So I think I have a fix for issue 1263, but when I run "python >>> setup.py test" I get one error (test_issue1016). When I run py.test >>> for that one test or for that entire file, it doesn't have an error. >>> When I run py.test on the entire tree, I get two additional different >>> errors (test_rsolve_bulk[18] and test_rsolve_bulk[22]). >> >> Please create a new issue with the full output of your tests, we'll >> find out the problem there. > > http://code.google.com/p/sympy/issues/detail?id=1264 > >> The latest git version is tested here: >> >> http://buildbot.sympy.org/waterfall >> >> and it passes on python2.4, 2.5, 2.6 on both i368 and amd64 using >> py.test, it also passes using out framework bin/test and also using >> python -Qnew. So maybe you use some configuration that is not tested >> for? Could Mac OS X be different to either i386 or amd64? > > Well, it's not related to the patch; it's related to another test file > that I am working on. If that test file is executed, the other tests > fail. If it is excluded, the other tests pass.
I know this sometime happened in the past, if there was some caching bug or something, but I thought I fixed most of those already. I'll try to look into this in coming days if you won't figure it out. > > http://github.com/rkern/sympy-rkern/blob/4a19d96291ba4feab5c2ff7752ed855da14a5cec/sympy/core/tests/test_wester.py > > Do you see anything wrong with this file? I don't see anything wrong. I think you hit some rare bug, I'll try to see how to fix it tomorrow or the day after tomorrow. Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
