cnr-isti-vclab/TagLab

Refine border not working in latest CPU unstall

Closed this issue · 2 comments

Hi,
I have recently installed the CPU version and the refine border function is not working anymore.
The python console returns:

gaussian() got an unexpected keyword argument 'multichannel'

It would be great to be able to use the refine tool again as it is one of the most valuable tool.

Thank you for your time!

Hi,

this is a problem raised with the new version of skimage. It will be fixed in the next release of TagLab.
For the moment, a solution is to replace in the file coraline.py (line 44) multichannel=False with channel_axis=None.

Let me know if this works.

It worked!

Thank you so much for the quick fix :)