Closed
Description
The initial numpy.array_api
PR numpy/numpy#18585 had folks happy with keeping NumPy-proper's warnings when spec-compliant operations were being done (usually/always special case behaviour). Giving the flexibility of a separate package, could we instead suppress these warnings? Really my one use case here is array-api-tests
, where right now our "daily driver" array module is numpy.array_api
which deluges us with warnings that obfuscate other things... we could suppress them on our end tbf, just ugh.
Metadata
Metadata
Assignees
Labels
No labels