Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for divideSeriesLists function #226

Merged
merged 1 commit into from
Oct 25, 2017
Merged

Add support for divideSeriesLists function #226

merged 1 commit into from
Oct 25, 2017

Conversation

setaou
Copy link
Contributor

@setaou setaou commented Oct 4, 2017

No description provided.

Copy link
Owner

@brutasse brutasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! The build has failures for reasons unrelated to this patch. I have updated the master branch and it builds without warnings now. Could you rebase with master and address the lint issues? I also left a couple of comments.

#for dividendSeries in dividendSeriesList:
for i in range(0, len(dividendSeriesList)):
dividendSeries = dividendSeriesList[i]
divisorSeries = divisorSeriesList[i]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to avoid using an index: for dividentSeries, divisorSeries in zip(dividendSeriesList, divisorSeriesList):

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that in the new commit.

end -= (end - start) % step

#toto
#raise ValueError("%s" % repr(zip(*bothSeries)))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to clean up my tests before committing :)

@setaou
Copy link
Contributor Author

setaou commented Oct 24, 2017

I have made the requested changes. The linter is still complaining about a file not concerned by this PR.

@brutasse
Copy link
Owner

Thanks @setaou!

@brutasse brutasse merged commit 0886b7a into brutasse:master Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants