-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review: AI Gen Examples for numpy.linalg.svdvals
function
#86
Comments
Let me check the syntax of this function and make sure it runs well on the Jupyter Notebook. It should be a minor change. |
svdvals
functionlinalg.svdvals
function
linalg.svdvals
functionnumpy.linalg.svdvals
function
Viewing the docs is not the same as running the doctests with |
I really need to quickly meet up with you. Seems I'm missing something crucial in the process. I want to work on that through the day |
I've been able to figure out the authentication issue. Here's the current changes pushed to my fork: numpy/numpy@main...ogidig5:numpy:add-svdvals-example |
You'll want to update the images to be current. Just edit your original message, so the new image shows up front.
Did you run the tests? In particular, did you run The tests failed because the matrix values are random. You have to add
Please run the doctests, and verify that the test fails before you make the change. If all you run is
AFTER you have verified the doctests failed, then make the change by adding
Then try changing Glad you submitted this one. It's another thing I need to add to automation. I'll have to add a checker to see if "random" values are entered, and then add this to the first line of output. |
I'm going to close this one. It isn't passing the tests, and the internship has ended. I think it's just missing the |
numpy/numpy@main...ogidig5:numpy:add-svdvals-example
Here's what reflects when the docs build:
Checks
Acceptance Criteria:
Close when the following are complete, in order:
When all tasks are complete:
The text was updated successfully, but these errors were encountered: