Marianne Corvellec
Marianne Corvellec
Hi @AA-Turner, I'm getting `fatal: couldn't find remote ref refs/pull/12626/merge` when trying to install this version...
Thanks, @AA-Turner, this install worked. Unfortunately, I'm getting the same error as with 7.4.5 and 7.4.6, i.e., ```bash Warning, treated as error: Summarised items should not include the current module....
The error message comes from https://github.com/scikit-image/scikit-image/blob/0e35d8040d0b0bb409de41f3c0f024f941e09d8a/skimage/_shared/version_requirements.py#L140 I would think that it would be clear enough, admittedly, also assuming that the user would go through the [installation instructions](https://scikit-image.org/docs/stable/user_guide/install.html). @ns-rse adding a...
Hi @anamfatima1304, don't hesitate to reach out if you need help with this PR!
Good catch, @tokiAi! I'm afraid this is the case for other rank filters as well... I agree with your proposed solution. PR welcome! :heart:
Upvoting :+1: I wasn't aware of this convention, thanks for sharing!
Hi @hayatoikoma, Thanks for your contribution! I haven't reviewed it yet, but I find that 32 files changed is quite a lot for 1 commit :scream: (I know that a...
@hayatoikoma wrote: > By the way, CI is failing with unrelated issue. Is this issue being tracked somewhere? > > ``` > =========================== short test summary info ============================ > FAILED...
@hayatoikoma wrote: > > The problem with setting the seed in gallery examples is that this is not what we'd like the user to do in practice. > > @stefanv...
I'm not sure why the second .npy file raises `ValueError("Cannot load file containing pickled data")`. I tried ```py gt = np.load(io.BytesIO(resp.content), allow_pickle=True) ``` but, as expected: `UnpicklingError: Failed to interpret...