chrishkchris commented on issue #599: Enabled linting check in CI URL: https://github.com/apache/singa/pull/599#issuecomment-589915136 @dcslin I saw one interesting error: https://travis-ci.org/apache/singa/jobs/653724760#L2049 The error is caused because there is no long data type in python 3.X, long data type was used in python 2.X. https://stackoverflow.com/questions/2104884/how-does-python-manage-int-and-long However, this error will not cause any runtime error in python 3.X because the whole line is `if isinstance(repeats, int) or isinstance(repeats, long):`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
