Skip to content

CLN: pragma no cover, post-array_ufunc #44006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2021

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

@jreback jreback added the Clean label Oct 15, 2021
@jreback jreback added this to the 1.4 milestone Oct 15, 2021
@jreback jreback merged commit c30afb2 into pandas-dev:master Oct 15, 2021
@jbrockmendel jbrockmendel deleted the collect-6 branch October 15, 2021 14:49
@@ -2057,54 +2057,12 @@ def empty(self) -> bool_t:
def __array__(self, dtype: npt.DTypeLike | None = None) -> np.ndarray:
return np.asarray(self._values, dtype=dtype)

def __array_wrap__(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason this was removed?

(dask has failures that seem to be caused by this, eg https://github.com/dask/dask/runs/4823351165?check_suite_focus=true)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was under the impression this was superceded by array_ufunc. If not, feel free to reinstate (with test)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants