I made issue 1747 for it. There are also at least 2 and maybe as many as 3 other failures, both related to mpmath. I will create issues for them later. Solving issue 1746 will make these much easier to debug and fix.
As for the test, I don't know what it is intended to test, but any assert expr == expr will always pass, unless expr itself raises an exception, in which case the test should just run expr to save time and confusion. Aaron Meurer On Dec 4, 2009, at 4:55 PM, Ondrej Certik wrote: > On Fri, Dec 4, 2009 at 12:52 PM, Aaron S. Meurer <asmeu...@gmail.com> wrote: >> Where is the issue for this? I have narrowed down the nseries failure to >> line 63 in test_order.py which does: >> >> assert 1/x+O(1) == 1/x+O(1) >> >> This line could probably be removed (it will never fail unless 1/x + O(1) >> itself raises an exception), but there is some strange bug internally that >> is making the test in nseries fail that needs to be fixed. > > Apparently there was some reason to have this test in. I think it > tests a comparison of 1/x + O(1), so it should stay imho. > > Ondrej > > -- > > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to sy...@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > 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 sy...@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.