-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with python 3? #7
Comments
It looks like you're using an old version of multipy, as it hasn't been updated on pip. Try installing manually and seeing if that fixes the issue:
Then run your command again. If nothing else, try copying-and-pasting the code from source to define it locally in your program. This is what I did and it works for me:
|
Same problem for me. Updating numpy did not solve the problem Copy-paste the above snippet did not work either, but maybe this time it was due to pathologic p-values in my case |
Your software uses xrange() instead of range(), but xrange() has been discontinued in python 3. Heres a screen shot of the error i get when trying to call your qvalues() function
The text was updated successfully, but these errors were encountered: