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

Fix print statements for python3 compatability in base and MNIST and remove whitespace #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JordanRushing
Copy link

These additions are backwards compatible with python2 and do not affect the functionality of the code

@@ -49,6 +49,7 @@
test_labels='4.5K',
)


def _read_int32(f):

Choose a reason for hiding this comment

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

Please change this also in fetch function.
downloader = urllib.urlopen(url)
downloader = urllib.request.urlopen(url)

@JordanRushing
Copy link
Author

JordanRushing commented Apr 3, 2017

@SanjithKanagavel, I believe I addressed your issue in my most recent commit, https://github.com/jaberg/skdata/pull/72/commits/50b32bf77d5278d07f678c5486c50c78001961e1

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