bioinf-jku / FCD

Fréchet ChemNet Distance: A quality measure for generative models for molecules
GNU Lesser General Public License v3.0
71 stars 26 forks source link

Remove deprecated import #5

Closed salents closed 4 years ago

salents commented 5 years ago

The scipy 1.3.0 release removes misc.imread. See here for details: GitHub

Adapt the import in fcd.FCD.

msteijaert commented 5 years ago

It seems sufficient to remove the "from scipy.misc import imread", as imread is not used anywhere in fcd.FCD

renzph commented 4 years ago

I removed all the unneeded imports.