Closed
Description
Despite the useful updates referenced in this issue, the prod test is still failing on this line with a PyTorch backend, even with FILTER_UNDEFINED_DTYPES = True
and flag -k "not (uint16 or uint32 or uint64)"
The error is: AssertionError: out.dtype=uint8, but should be uint32 [prod(uint8)]
A PR, which had failing CI as a result, is here.
A short discussion on this topic occurred here.