-
Notifications
You must be signed in to change notification settings - Fork 4
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
Python 3 Compatability #12
Comments
Re-emphasizing this now that we live in a post Python-2 world! We should write the clustr rewrite completely in Python 3 now that Python 2 is dead, RIP. |
Now that we've closed issue #39, can I go ahead and tackle this issue. Last week I was running |
Just ran the code in python 3 and it works fine. |
If linmix is behaving with python3, then no reason to stay with 2. My main concern was with rpy2, but we no longer need that package since we are sticking with the Kelly method. |
Okay awesome! |
We should probably convert everything to be Python 3 compatible, just to be forward looking :)
The text was updated successfully, but these errors were encountered: