possee-org / genai-numpy

MIT License
4 stars 6 forks source link

Task: Find _frommethod functions that got missed #88

Open bmwoodruff opened 1 week ago

bmwoodruff commented 1 week ago

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:

bmwoodruff commented 1 week ago

There are several classes in ma. The key file is https://github.com/numpy/numpy/blob/a4cddb60489f821a1a4dffc16cd5c69755d43bdb/numpy/ma/core.pyi

The key classes are