Skip to content

Commit e4e5d50

Browse files
committed
add GH PR reference
1 parent 3068949 commit e4e5d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/test_arithmetic.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def test_ser_flex_cmp_return_dtypes_empty(self, opname):
5050
('foo', 'bar', None),
5151
('baz', 'baz', 'baz')])
5252
def test_ser_cmp_result_names(self, names, op):
53+
# GH#19524
5354
# so far only for timedelta, and datetime dtypes
5455

5556
# datetime64 dtype

0 commit comments

Comments
 (0)