rok commented on PR #46413:
URL: https://github.com/apache/arrow/pull/46413#issuecomment-2875477116
A bit of a nit: how about instead of skipping `float16` we rather introduce
a new type list? Approximately so:
```python
# Scipy does not support float16
scipy_type_pairs = [
x for x in tensor_type_pairs if x[0] != 'f2'
]
```
--
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]