Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@fferrin
Copy link
Contributor

@fferrin fferrin commented Feb 17, 2019

Reference Issues/PRs

Fixes #13152

What does this implement/fix? Explain your changes.

There was an error in the docstring of feature_extraction.image.extract_patches_2d function when checking the values of the patches. That was because it was using the wrong image.

Any other comments?

@fferrin
Copy link
Contributor Author

fferrin commented Feb 17, 2019

I just realized that nothing has changed. I do not know what the problem was, but if it persists, it's because of the image index.

@ogrisel
Copy link
Member

ogrisel commented Feb 21, 2019

So it's a random failure? That's really weird.

@thomasjpfan
Copy link
Member

While working on azure pipelines, I noticed this failure once on linux python 3.7. It has not appeared again.

@ogrisel
Copy link
Member

ogrisel commented Feb 21, 2019

Yes, I also got it once locally with CPython 3.7. It's not specific to PyPy.

@rth
Copy link
Member

rth commented Feb 25, 2019

While working on azure pipelines, I noticed this failure once on linux python 3.7. It has not appeared again.

Currently, CI on master fails because of it https://dev.azure.com/the-real-scikit-learn/scikit-learn/_build/results?buildId=69 and we are also seeing it e.g. in #13234

@thomasjpfan
Copy link
Member

I am looking into it.

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.

failure: [doctest] sklearn.feature_extraction.image.extract_patches_2d

4 participants