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

trivial fix to the melt procedure + corresponding test #850

Merged
merged 1 commit into from
Feb 14, 2017

Conversation

simlmx
Copy link
Contributor

@simlmx simlmx commented Feb 14, 2017

No description provided.

@FinchPowers
Copy link
Member

Ticket #?

@simlmx
Copy link
Contributor Author

simlmx commented Feb 14, 2017

Pas de ticket. C'est un bug trivial :P Je me suis dit tant qu'à l'ouvrir dans notre confluence legacy...

@FinchPowers
Copy link
Member

FinchPowers commented Feb 14, 2017 via email

@simlmx
Copy link
Contributor Author

simlmx commented Feb 14, 2017

@@ -3,14 +3,14 @@
# Francois Maillet, 2016-01-24
# This file is part of MLDB. Copyright 2016 mldb.ai inc. All rights reserved.
#
import datetime
Copy link
Member

Choose a reason for hiding this comment

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

Ticket pour ça?? :trollface:

import json

mldb = mldb_wrapper.wrap(mldb) # noqa

def assert_val(res, row_name, col_name, value):
for row in res:
if str(row["rowName"]) != row_name: continue
if str(row["rowName"]) != row_name:
continue
Copy link
Member

Choose a reason for hiding this comment

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

tu charies...

@simlmx simlmx merged commit e7d6b86 into master Feb 14, 2017
@simlmx simlmx deleted the melt-keyColumnName-fix branch February 14, 2017 22:23
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