Skip to content

Commit

Permalink
Fixed silly bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Sep 24, 2016
1 parent 1b2e342 commit 444839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skutil/h2o/tests/test_h2o.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def pipeline():

def grid():
# test as_numpy
assert_fails(_as_numpy, ValueError, F) # fails if not 1 col
assert_fails(_as_numpy, (ValueError, TypeError), F) # fails because not H2OFrame


f = F.copy()
Expand Down

0 comments on commit 444839f

Please sign in to comment.