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
Simplify handling of out-of-bound values Colormap.__call__.
Mostly, we don't need to manually handle/clip out of bounds float values
if we compute the masks early enough (note that these masks are always
computed at some point anyways, so there's no cost of doing that a bit
earlier).
0 commit comments