Skip to content
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

Py3port #5

Closed
wants to merge 4 commits into from
Closed

Py3port #5

wants to merge 4 commits into from

Conversation

elacheche
Copy link

Best wat to fix #2 is to drop Python2 and migrate to Python3.

morph.py Outdated
@@ -149,7 +149,7 @@ def callback(event): self.transition()
else:
sphereReduced.append(np.array(sphere[4][i]))

print np.arange(0.1, pi, 0.1)
printi(np.arange(0.1, pi, 0.1))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: printi(...) -> print(...)?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed x(

Actually there is more than that to fix to make it 100% python3 compatible.. I was trying to focus on other things and I didn't notice the "i"

@sam46
Copy link
Owner

sam46 commented Oct 1, 2018

Hey thanks!
The code doesn't run, I'll see what I can add though (e.g. requirements.txt)

@sam46 sam46 closed this Oct 1, 2018
@sam46 sam46 reopened this Oct 1, 2018
@sam46 sam46 closed this Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Polish up the code
3 participants