puolival / multipy

Multiple hypothesis testing in Python
BSD 3-Clause "New" or "Revised" License
103 stars 23 forks source link

Python 3 support: using xrange #4

Closed MadsJensen closed 5 years ago

MadsJensen commented 5 years ago

Hi, I can see you are using "xrange" in the fdr.py. xrange is not supported in python 3 and throws an error :)

puolival commented 5 years ago

Thanks for pointing this out! I'll fix the issue and check if it is also used elsewhere.