Hi Kundan, On Mon, Mar 17, 2014 at 12:41 PM, Kundan Kumar <[email protected]> wrote: > I sent a PR https://github.com/sympy/sympy/pull/7290 but its travis build > failed. I have not used github for too long so I am unable to figure out the > problem. > > Any suggestion knows why it is failing?
Yes, just click on the red "X", which goes to: https://travis-ci.org/sympy/sympy/builds/20913459 then click on any of the failed tests, e.g. the first one: https://travis-ci.org/sympy/sympy/jobs/20913460 and scroll all the way down to see the failure: File "/home/travis/virtualenv/python2.6/lib/python2.6/site-packages/sympy/solvers/ode.py", line 3267, in sympy.solvers.ode.ode_nth_linear_euler_eq_nonhomogeneous Failed example: dsolve(x**2*diff(f(x), x, x) - 2*x*diff(f(x), x) + 2*f(x), x**3), f(x), hint='nth_linear_euler_eq_nonhomogeneous') Exception raised: Traceback (most recent call last): File "/usr/lib/python2.6/doctest.py", line 1253, in __run compileflags, 1) in test.globs File "<doctest sympy.solvers.ode.ode_nth_linear_euler_eq_nonhomogeneous[3]>", line 1, in <module> dsolve(x**2*diff(f(x), x, x) - 2*x*diff(f(x), x) + 2*f(x), x**3), f(x), NameError: name 'diff' is not defined (see the link above for a nice formatting) Btw, to easily see this yourself, just run tests by hand on your local machine, instead of waiting for 1h for Travis. Ondrej -- 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/CADDwiVBh5-fJz9vvQijVguaGd9RtKnH%3D6Hx_2mvY%3D0agQ8VMVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
