philippdre / omniCLIP

omniCLIP is a CLIP-Seq peak caller
GNU General Public License v3.0
15 stars 9 forks source link

scipy.misc.logsumexp is deprecated #7

Closed simojoe closed 4 years ago

simojoe commented 4 years ago

The logsumexp has changed path from scipy.misc to scipy.special.

I also uniformized the way scipy is imported in the code.