Skip to content

Conversation

jbrockmendel
Copy link
Member

some cosmetic, some ordering conventions, some using cimportable classes instead of py-classes

@jreback jreback added the Clean label May 15, 2020
@jreback jreback added this to the 1.1 milestone May 15, 2020
@jreback jreback merged commit 698a69e into pandas-dev:master May 15, 2020
@jbrockmendel jbrockmendel deleted the cln-cimports branch May 15, 2020 14:09


def compute_reduction(arr: np.ndarray, f, axis: int = 0, dummy=None, labels=None):
def compute_reduction(arr: ndarray, f, axis: int = 0, dummy=None, labels=None):
Copy link
Member

Choose a reason for hiding this comment

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

mypy is not checking .pyx files. I suspect we would want to keep the np.ndarray annotation here since ndarray is a cimport.

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