Skip to content

Commit c9ee01a

Browse files
committed
Revert "use numpy.array_equal instead of =="
This reverts commit 5d8d35f.
1 parent 5d8d35f commit c9ee01a

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
@@ -859,6 +859,7 @@ def test_ptp(self):
859859
ser = Series(arr)
860860
ptp_np = np.ptp(arr)
861861
ptp_pd = np.ptp(ser)
862+
862863
assert np.array_equal(ptp_pd, ptp_np)
863864

864865
def test_repeat(self):

0 commit comments

Comments
 (0)