bio_corex icon indicating copy to clipboard operation
bio_corex copied to clipboard

logsumexp import fails on SciPy

Open nealxpatel opened this issue 6 years ago • 1 comments

logsumexp moved from scipy.misc to scipy.special -- quick edit did the trick for me

nealxpatel avatar May 29 '19 03:05 nealxpatel

Same issue for me.


ImportError Traceback (most recent call last) in () ----> 1 from bio_corex import corex as ce

/content/bio_corex/corex.py in () 21 from os import path 22 from numpy import ma ---> 23 from scipy.misc import logsumexp # Tested with 0.13.0 24 from multiprocessing.dummy import Pool 25

ImportError: cannot import name 'logsumexp'


JeromeHoen avatar Jun 21 '19 13:06 JeromeHoen