machinalis / mypy-data

mypy typesheds for the Python data stack
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

keepdims shouldn't be on ndarray.all signature #12

Closed abarto-machinalis closed 8 years ago

abarto-machinalis commented 8 years ago

The current signature for ndarray.all includes the keepdims argument, which is not present in the documentation (it probably came from following numpy.all specification).

abarto-machinalis commented 8 years ago

Non issue. I was looking at the wrong documentation.