possee-org / genai-numpy

MIT License
4 stars 6 forks source link

Review: AI Gen Examples for the `numpy.linalg.vecdot` function #85

Closed ogidig5 closed 3 months ago

ogidig5 commented 3 months ago

Below is the link to the add-vecdot-example branch of my fork. All examples have been tested in the current version of NumPy in the virtual VS Code environment of Nebari. The docs build well: https://github.com/numpy/numpy/compare/main...ogidig5:numpy:add-vecdot-example

vecdot_function

Checks

spin build && python -m pip install . && spin docs && python tools/refguide_check.py --doctests

Acceptance Criteria:

Close when the following are complete, in order:

When all tasks are complete:

bmwoodruff commented 3 months ago

George, you didn't use the function that was asked for. The function np.linalg.vecdot is what this is for. You'll need to redo this.