Remove deprecated import
salents opened this issue · 2 comments
salents commented
The scipy 1.3.0 release removes misc.imread
.
See here for details: GitHub
Adapt the import in fcd.FCD
.
msteijaert commented
It seems sufficient to remove the "from scipy.misc import imread", as imread is not used anywhere in fcd.FCD
renzph commented
I removed all the unneeded imports.