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
Reoder safe_first_element() and _safe_first_finite() code
This does not change functionality. The code path for
`safe_first_element` is `_safe_first_finite(skip_nonfinite=False)` which
is separate code block and does not interact with the
skip_nonfinite=True case. IMHO this is more readable.
Also add a comment on the exception handling recently modified in matplotlib#26806.
0 commit comments