Skip to content

Conversation

@srikris
Copy link
Contributor

@srikris srikris commented Feb 18, 2016

PR #172 fails on Python 3 because of None comparisons.

  • In Python 2: None < 1
  • In Python 3: None < 2 returns an error.

The test case was changed to compare list([1,None]) where the order is
interchangable to comparisons on set([1,None]).

…gates

PR turi-code#172 fails on Python 3 because of None comparisons.
- In Python 2: None < 1
- In Python 3: None < 2 returns an error.

The test case was changed to compare list([1,None]) where the order is
interchangable to comparisons on set([1,None]).
ylow pushed a commit that referenced this pull request Feb 18, 2016
Python 3 fix for PR: #172 from dato-code/added-groupby-aggregates
@ylow ylow merged commit 0e13815 into turi-code:master Feb 18, 2016
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.

2 participants