You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The apply_read_scaling routine was previously ignoring the dtype of
slope and inter when choosing the floating point type to scale with.
This change makes sure that the floating point type chosen for scaling
has precision at least as high as the input slope dtype.
0 commit comments