Li Lin
Results
1
comments of
Li Lin
> No, it's not a 1.24 issue: > > ``` > >>> import numpy > >>> numpy.__version__ > '1.24.2' > >>> numpy.uint8(255) + 256 * numpy.uint8(255) > 65535 > >>>...