Skip to content

Commit eeba706

Browse files
committed
Revert "remove comments"
This reverts commit 3df0283.
1 parent d8b649e commit eeba706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/test_analytics.py

+1
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ 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")
861862
assert np.ptp(ser) == np.ptp(arr)
862863

863864
def test_repeat(self):

0 commit comments

Comments
 (0)