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
map_range is an extremely useful function, but if in_min and in_max are the same, it will throw ZeroDivisionError; I would like it to gracefully handle that case, PR coming...