Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
itholic committed Feb 18, 2021
1 parent 5d2d1c5 commit 0fd3666
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions databricks/koalas/tests/test_ops_on_diff_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -2756,8 +2756,6 @@ def test_series_binary_operators(self):
others = (
ks.Series([np.nan, 1, 3, 4, np.nan, 6], name="x"),
ks.Index([np.nan, 1, 3, 4, np.nan, 6], name="x"),
[np.nan, 1, 3, 4, np.nan, 6],
(np.nan, 1, 3, 4, np.nan, 6),
)
# `add` and `radd`
for other in others:
Expand Down Expand Up @@ -2844,8 +2842,6 @@ def test_index_binary_operators(self):
others = (
ks.Series([np.nan, 1, 3, 4, np.nan, 6], name="x"),
ks.Index([np.nan, 1, 3, 4, np.nan, 6], name="x"),
[np.nan, 1, 3, 4, np.nan, 6],
(np.nan, 1, 3, 4, np.nan, 6),
)
# `add` and `radd`
for other in others:
Expand Down

0 comments on commit 0fd3666

Please sign in to comment.