Skip to content

Commit

Permalink
fix binop pytest bug. forgot to rebuild test
Browse files Browse the repository at this point in the history
  • Loading branch information
devavret committed May 27, 2019
1 parent e90086c commit 5893d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/tests/test_binops.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_series_logical_binop(lhstype, rhstype, binop, cubinop):
result = cubinop(sr1, sr2)
expect = binop(arr1, arr2)

assert_eq(result, expect)
utils.assert_eq(result, expect)


_cmpops = [
Expand Down

0 comments on commit 5893d0c

Please sign in to comment.