[sympy] Re: Travis CI build failed

2016-06-14 Thread Sartaj Singh
I see the tests are passing. On 14 June 2016 at 12:26, SAMPAD SAHA wrote: > Please help me with PR #11178 . > The Travis CI build failed. It states that > sympy/core/tests/test_wester.py[17] is not getting passed, but locally > it is getting passed. Wh

[sympy] Re: Travis CI build failed

2016-06-14 Thread SAMPAD SAHA
Yeah, I also just saw that they just passed... Previously, when I had posted it, at that time, it showed that the build failed. Regards Sampad Kumar Saha Mathematics and Computing I.I.T. Kharagpur On Tue, Jun 14, 2016 at 1:36 PM, Sartaj Singh wrote: > I see the tests are passing. > > On 14 J

[sympy] Re: Travis CI build failed

2016-06-14 Thread SAMPAD SAHA
Now if I want to start implementing the integration functionality, How should I proceed? I mean should I have to wait till this PR gets merged or is there any other way to import the commits of this PR into an another where I am gonna implement the integrations? Thank You Regards Sampad Kumar Sa

[sympy] Re: Travis CI build failed

2016-06-14 Thread Sartaj Singh
You can make a new branch from the branch you are currently working on, in your case 'implement_SingularityFunc'. On 14 June 2016 at 13:53, SAMPAD SAHA wrote: > Now if I want to start implementing the integration functionality, > How should I proceed? I mean should I have to wait till this PR g

[sympy] Re: Travis CI build failed

2016-06-14 Thread SAMPAD SAHA
Then that would be almost same as adding the functionality to this PR itself. Regards Sampad Kumar Saha Mathematics and Computing I.I.T. Kharagpur On Tue, Jun 14, 2016 at 1:57 PM, Sartaj Singh wrote: > You can make a new branch from the branch you are currently working on, in > your case 'i

[sympy] Re: Travis CI build failed

2016-06-14 Thread Sartaj Singh
Not quite. Once this PR is merged, your next PR will be substantially small. On 14 June 2016 at 14:00, SAMPAD SAHA wrote: > Then that would be almost same as adding the functionality to this PR > itself. > > > > > Regards > Sampad Kumar Saha > Mathematics and Computing > I.I.T. Kharagpur > > On

[sympy] Re: Travis CI build failed

2016-06-14 Thread SAMPAD SAHA
Ok. Thank you. Regards Sampad Kumar Saha Mathematics and Computing I.I.T. Kharagpur On Tue, Jun 14, 2016 at 2:12 PM, Sartaj Singh wrote: > Not quite. Once this PR is merged, your next PR will be substantially > small. > > On 14 June 2016 at 14:00, SAMPAD SAHA wrote: > >> Then that would be

Re: [sympy] Solution of small system of equations grows past manageability

2016-06-14 Thread janoscharlipp
I had the same idea earlier, but i dropped it because my intuition was, that three quadratic equations are worse than three linear and one quadratic equation :-) Since you brought this approach up again, i tried it now, but sympy does not seem to find a solution. You can check out my code here

[sympy] Adding commits to PR #11178

2016-06-14 Thread SAMPAD SAHA
Hello, There are some suggested changes in comments of PR #11237 , But I am supposed to commit those changes in PR #11178 since this PR is going to be merged first. What should I do? Commit those suggested changes in PR #11178