Skip to content

Commit bff0ac0

Browse files
committed
TST: Add GitHub PR number comment on the test
1 parent b64c123 commit bff0ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/sparse/test_array.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_constructor_object_dtype(self):
6161
assert arr.dtype == np.object
6262
assert arr.fill_value == 'A'
6363

64+
# GH 17574
6465
data = [False, 0, 100.0, 0.0]
6566
arr = SparseArray(data, dtype=np.object, fill_value=False)
6667
assert arr.dtype == np.object

0 commit comments

Comments
 (0)