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
DOC: Fix mask/where docstring to align with self and cond (#61781)
Replace reference to ``other`` with ``self`` in the generic mask/where docstring template so that the note correctly explains that misaligned index positions are filled based on alignment between `self` and `cond`, not `other` and `cond`. Fixes GH#61781.
0 commit comments