Closed kremeyer closed 2 years ago
@kremeyer Can you add a test case where the test fails without your patch? Thanks
Also, the lint test won't work until you run the formatter black
over the code base
Totally unrelated thing I stumbled upon:
In the README.md you put python -m pip install git+git://github.com/LaurentRDC/scikit-ued.git
as installation instructions. The git
protocol fails for on my machine. Is there a good reason to use git
instead of https
or ssh
?
Totally unrelated thing I stumbled upon: In the README.md you put
python -m pip install git+git://github.com/LaurentRDC/scikit-ued.git
as installation instructions. Thegit
protocol fails for on my machine. Is there a good reason to usegit
instead ofhttps
orssh
?
Hmm I haven't use this for a while. Maybe it does not work anymore. I'll update it.
Release 2.1.10 is underway with this change
if mask is None, you will get an IndexError from scikit-image. This is because
arr1
andarr2
will have different shapes thanm1
andm2
.source