ert icon indicating copy to clipboard operation
ert copied to clipboard

Be more precise when type hinting numpy floats

Open larsevj opened this issue 8 months ago • 0 comments

Numpy 2 deprecates the np.float_ alias for np.float64, and since we often use np.float32 we should type hint better to indicate when the variables/return types might be np.float32 vs np.float64 .

larsevj avatar Jun 25 '24 14:06 larsevj