Description:
In #87 I noticed there are several callables that have the type _frommethod. This means there are several functions that are missed which we haven't generated examples for. This needs more exploration. I think the relevant functions are all listed here:
https://github.com/numpy/numpy/blob/a4cddb60489f821a1a4dffc16cd5c69755d43bdb/numpy/ma/core.pyi#L378-L412
Once I've narrowed down that these are the only ones missed, I'll update the tracking list page, and then generate the example on Nebari. I'm guessing that _extrema_operation also has a similar issue.
Acceptance Criteria:
Description:
In #87 I noticed there are several callables that have the type
_frommethod. This means there are several functions that are missed which we haven't generated examples for. This needs more exploration. I think the relevant functions are all listed here:https://github.com/numpy/numpy/blob/a4cddb60489f821a1a4dffc16cd5c69755d43bdb/numpy/ma/core.pyi#L378-L412
Once I've narrowed down that these are the only ones missed, I'll update the tracking list page, and then generate the example on Nebari. I'm guessing that
_extrema_operationalso has a similar issue.Acceptance Criteria: