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
- width_ratios and height_ratios are never None (None gets normalized to
[1, 1, ...] in the setters).
- We don't need to separately handle the `is_first_row()/is_last_col()`
cases (the sums will evaluate to 0/1 as needed).
- Naming the width/height dx/dy makes everything line up neatly.
0 commit comments