Skip to content

Commit

Permalink
Add label for combine_dfs unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiever committed Mar 6, 2016
1 parent c05ddc8 commit c7d3390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def test_xgboost():
assert np.array_equal(result['guess'].values, xgb.predict(testing_features))

def test_combine_dfs():
"""Check combine_dfs operator"""
tpot_obj = TPOT()

df1 = pd.DataFrame({'a': range(10),
Expand Down

0 comments on commit c7d3390

Please sign in to comment.