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

DM7243: Port to Python 3 #1

Merged
merged 8 commits into from Aug 17, 2016
Merged

DM7243: Port to Python 3 #1

merged 8 commits into from Aug 17, 2016

Conversation

timj
Copy link
Member

@timj timj commented Aug 17, 2016

No description provided.

nc = self.numChunks[i / numSubStripesPerStripe]
n = segments(i * hs - 90.0, (i + 1) * hs - 90.0, hs) / nc
nc = self.numChunks[i//numSubStripesPerStripe]
n = segments(i * hs - 90.0, (i + 1) * hs - 90.0, hs)//nc
Copy link
Member Author

Choose a reason for hiding this comment

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

maybe also put __future__ division up top of file so that we are consistent.

@timj
Copy link
Member Author

timj commented Aug 17, 2016

Changes look good to me.

@PaulPrice PaulPrice merged commit 68924df into master Aug 17, 2016
@ktlim ktlim deleted the tickets/DM-7243 branch August 25, 2018 06:44
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.

None yet

2 participants