Lasagne / Recipes

Lasagne recipes: examples, IPython notebooks, ...
MIT License
914 stars 418 forks source link

Update c3d.py #96

Open mongoose54 opened 7 years ago

mongoose54 commented 7 years ago

Removed 'preserve_range=True' to address error "TypeError: resize() got an unexpected keyword argument 'preserve_range'" . Now the demo works

f0k commented 7 years ago

preserve_range is only available in more recent versions of skimage. I don't know the code well enough to see whether it can be simply omitted here in all cases. What is im.dtype before calling resize, and what is its value range?