Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High Milestone-Release0.7.2

New issue 2848 by ronan.l...@gmail.com: Failing test in sympy/solvers/test/test_solvers.py
http://code.google.com/p/sympy/issues/detail?id=2848

test_issue_1572_1364_1368 fails when it's run on its own (e.g. with 'bin/test -k 1572 sympy/solvers/tests/test_solvers.py'), but succeeds when running the whole file.

It looks like there's an interaction with one of the XFAILed tests, since the failure appears in py.test (cf. issue 2542) when running the whole file and the only significant difference I see is that py.test runs all tests, including XFAILed ones, exactly in the order in which they appear in the file, while bin/test puts the XFAIL tests at some arbitrary spot near the beginning.

NB: the failure itself is relatively harmless - it's an issue of log(a/b) vs log(a) - log(b)

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to