Fix broken import of rgb2gray in benchmark suite#4176
Fix broken import of rgb2gray in benchmark suite#4176soupault merged 1 commit intoscikit-image:masterfrom
Conversation
Broken after making the import more explicit in 17d6347.
|
Unrelated question: is the scope for labels written down somewhere? |
|
Thanks @lagru !
Could you elaborate on your question? I'm not sure which labels are you referring to. |
|
Oh, I mean the ones used to label issues and PRs. E.g. for this PR I wasn't sure whether "infrastructure", "performance" or "maintenance" where the applicable. I'd be interested if the intention is written down somewhere like for NumPy's commit acronyms. I searched the mailing list and the repo but not thoroughly. I guess newcomers can implicitly learn how labels are used overtime but a short explanation might be a nice addition to the Core Developer Guide. |
|
Just saw, GitHub supports descriptions for its labels which is an even better place than the mentioned guide. |
|
@lagru we've never done this. |
Description
Running the benchmark suite seems to fail with an ImportError after in 17d6347 (#3265). I'm not sure if
rgb2graywas intentionally left out or forgotten.The module docstring seems to indicate the former.Benchmark suite passes on my local machine with
asv check. Might be useful to add this to the CI somewhere. Maybe as a periodical job for the master?For reviewers
later.
__init__.py.doc/release/release_dev.rst.@meeseeksdev backport to v0.14.x