Skip to content

Task: Find _frommethod functions that got missed #88

Description

@bmwoodruff

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:

  • Update task list generator to include these functions.
  • Add the functions without examples to the tracking list on Numpy, as well as my updated code.
  • Run the example-generator on these missing functions and upload the logs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions