Skip to content

Commit

Permalink
apacheGH-44728: [Python] Investigate failing test_dlpack test on pand…
Browse files Browse the repository at this point in the history
…as / numpy nightly tests
  • Loading branch information
raulcd committed Nov 20, 2024
1 parent 33e8cbb commit 345cede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_dlpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def wrapper(*args, **kwargs):
(pa.uint64(), "uint64"),
(pa.int8(), "int8"),
(pa.int16(), "int16"),
(pa.int32(), "int32"),
# (pa.int32(), "int32"),
(pa.int64(), "int64"),
(pa.float16(), "float16"),
(pa.float32(), "float32"),
Expand Down

0 comments on commit 345cede

Please sign in to comment.