data-apis / array-api-strict

Strict implementation of the Python array API (previously numpy.array_api)
http://data-apis.org/array-api-strict/
Other
7 stars 4 forks source link

Fix clip when the input is uint64 #49

Open asmeurer opened 2 months ago

asmeurer commented 2 months ago

NumPy type promotes this to float64, which is not what we want.