rok commented on code in PR #38008:
URL: https://github.com/apache/arrow/pull/38008#discussion_r2835236051
##########
python/pyarrow/tests/test_extension_type.py:
##########
@@ -1482,6 +1482,17 @@ def test_tensor_class_methods(np_type_str):
assert result.to_tensor().shape == (1, 3, 2, 2)
assert result.to_tensor().strides == (12 * bw, 1 * bw, 6 * bw, 2 * bw)
+ tensor_type = pa.fixed_shape_tensor(arrow_type, [2, 2, 3], permutation=[2,
1, 0])
Review Comment:
I forget what this was about. I think it might just be additional test of
the same path, but called from fixed_shape_tensor_here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]