Skip to content

Commit e111631

Browse files
author
OlivierLuG
committed
TST pandas-dev#28981 comparison operation for interval dtypes (3)
1 parent c78270f commit e111631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arithmetic/test_period.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ def test_pi_sub_period_nat(self):
15251525

15261526
@pytest.mark.parametrize("scalars", ["a", False, 1, 1.0, None])
15271527
def test_comparison_operations(self, scalars):
1528-
# GH #28980
1528+
# GH 28980
15291529
expected = Series([False, False])
15301530
s = Series([pd.Period("2019"), pd.Period("2020")], dtype="period[A-DEC]")
15311531
result = s == scalars

0 commit comments

Comments
 (0)