-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] Fix doctest failure #13249
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
[MRG] Fix doctest failure #13249
Conversation
@jeremiedbb please add the print statement back, see #13238 |
44bb237
to
4ee0093
Compare
I'm sure we should be using sorted in |
Both are good :) |
I agree |
This reverts commit 11c8c03.
This reverts commit 11c8c03.
The
extract_patches_2d
doctest fails on some but not all CIs. It's due to the fact that the ordering of the output ofos.listdir(...)
is not the same on the different CIs. I propose to load an explicit image in the docstring example instead.ping @glemaitre