Skip to content

Commit ec58ea4

Browse files
BUG: Slice Arrow buffer before passing it to numpy (#40896)
No changes to the code, only to one docstring. Test if CI passes when started at a different time of the day.
1 parent 5652869 commit ec58ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/masked/test_arrow_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_pyarrow_array_to_numpy_and_mask(np_dtype_to_arrays):
8383
considered valid buffers by pyarrow.
8484
8585
Also tests empty pyarrow arrays with non empty buffers.
86-
See https://github.com/pandas-dev/pandas/issues/40896
86+
See https://github.com/pandas-dev/pandas/issues/40896.
8787
"""
8888
from pandas.core.arrays._arrow_utils import pyarrow_array_to_numpy_and_mask
8989

0 commit comments

Comments
 (0)