Skip to content

Commit 5104749

Browse files
authored
Remove redundent testing line
1 parent a2dbea8 commit 5104749

File tree

1 file changed

+0
-2
lines changed
  • pandas/tests/extension/base

1 file changed

+0
-2
lines changed

pandas/tests/extension/base/ops.py

-2
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,9 @@ def test_divmod(self, data):
9494
self._check_divmod_op(1, ops.rdivmod, s, exc=self.divmod_exc)
9595

9696
def test_divmod_series_array(self, data, ones):
97-
#pytest.set_trace()
9897
s = pd.Series(data)
9998
self._check_divmod_op(s, divmod, data)
10099

101-
#pytest.set_trace()
102100
other = ones * 2
103101
self._check_divmod_op(other, ops.rdivmod, s)
104102

0 commit comments

Comments
 (0)