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

Binned statistic #3064

Closed
wants to merge 5 commits into from
Closed

Binned statistic #3064

wants to merge 5 commits into from

Conversation

Dapid
Copy link
Contributor

@Dapid Dapid commented Nov 14, 2013

Closes issue #3063


def test_range(self):
x = np.arange(30)
data = np.random.random(30)
Copy link
Member

Choose a reason for hiding this comment

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

We add a seed to random tests, so the results are reproducable.

@josef-pkt
Copy link
Member

Looks good to me, I don't see any problems merging (besides missing random seed to follow our "policy")

should be fully backwards compatible

@Dapid
Copy link
Contributor Author

Dapid commented Nov 14, 2013

Seed added.

@Dapid
Copy link
Contributor Author

Dapid commented Nov 15, 2013

This should fix it for good.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 606ea9f on Dapid:binned_statistic into dc14aee on scipy:master.

rgommers added a commit that referenced this pull request Nov 17, 2013
@rgommers
Copy link
Member

Merged in 0bfd1ab, thanks @Dapid and @josef-pkt. I squashed the commits and reshuffled the tests a bit to reduce code duplication.

@Dapid for writing the commit message it would be useful to follow the advice in http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html#writing-the-commit-message

@rgommers rgommers closed this Nov 17, 2013
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.

None yet

4 participants