[sympy] Re: Travis ci build failed

2020-06-09 Thread Mohit Shah
Hii there, I figured out what wrong I was doing. I was providing unnecessary indentation in docstring. On Tuesday, June 9, 2020 at 4:06:53 AM UTC+5:30, Mohit Shah wrote: > > Link for the above problem is here (Link > ) > > On Tuesday, June

[sympy] Re: Travis ci build failed

2020-06-08 Thread Mohit Shah
Link for the above problem is here (Link ) On Tuesday, June 9, 2020 at 3:36:02 AM UTC+5:30, Mohit Shah wrote: > > Actually I was facing one more error before this one. > It is as below: > > [image: githuberror2.PNG] > > Can someone tell me

[sympy] Re: Travis ci build failed

2020-06-08 Thread Mohit Shah
Thanks for the help. On Tuesday, June 9, 2020 at 1:50:48 AM UTC+5:30, Jonathan Gutow wrote: > > The line near the end explaining the Assertion error explains it. You have > some extra whitespace. > > On Monday, June 8, 2020 at 3:17:44 PM UTC-5, Mohit Shah wrote: >> >> Hello everyone, >> A day bef

[sympy] Re: Travis ci build failed

2020-06-08 Thread Jonathan Gutow
The line near the end explaining the Assertion error explains it. You have some extra whitespace. On Monday, June 8, 2020 at 3:17:44 PM UTC-5, Mohit Shah wrote: > > Hello everyone, > A day before I generated PR (link > ). I don't know why but it is > s

[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

[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
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
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
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 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 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