Skip to content

Commit 3df0283

Browse files
committed
remove comments
1 parent 08a5f3e commit 3df0283

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/test_analytics.py

-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ def test_ptp(self):
858858
arr = np.random.randn(N)
859859
ser = Series(arr)
860860
with tm.assert_produces_warning(FutureWarning, check_stacklevel=False):
861-
print("hell")
862861
assert np.ptp(ser) == np.ptp(arr)
863862

864863
def test_repeat(self):

0 commit comments

Comments
 (0)