-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Function reformatting vector_norm #10457
Conversation
Added docstring examples in:
While writing the examples, I suspect I found two bugs:
|
Hi! Thank you for the contribution! As this is a formatting task, please, follow the steps here https://lets-unify.ai/ivy/contributing/open_tasks.html#formatting-checklist 🙂 Thanks! |
seems like Regarding the second example, I don't think that's the expected use of the function, I'll confirm and update! |
Reformatting Task ChecklistIMPORTANT NOTICE 🚨:The Ivy Docs represent the ground truth for the task descriptions and this checklist should only be used as a supplementary item to aid with the review process. LEGEND 🗺:
CHECKS 📑:
|
@guillesanbri I opened the bug report for the numpy backend case: #10480 I believe this PR is ready for review. Regarding the SOS for the docstring tests: However, I ran the docstring tests locally. In the logs I see the tests only check the backend docstrings which does not cover any of my changes. Am I missing something on how to run the docstrings tests with 100% coverage or specifically for my files/methods? I used Here's the local docstring test summary:
Note that the failing tests are for methods that aren't changed by this PR. Also, because of the numpy backend bug, we are expecting the docstring tests to fail for the examples that use the problematic Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take a look at why the error is not showing up, requested a couple of changes in the meantime! thanks!
the CI seems to hung up when running the docstring tests, do they work fine in your local env? |
@guillesanbri Locally, they are failing for the same functions that fail on master. Not the ones I have implemented. |
ah, I see, took me a bit haha seems like you are not using |
I totally missed this too. Updated the examples. |
looks good to me now! I've seen your two messages on the discord server, given that it's something on our side I'll merge this. Thanks for the contribution! |
Co-authored-by: guillesanbri <[email protected]>
Co-authored-by: guillesanbri <[email protected]>
Co-authored-by: guillesanbri <[email protected]>
Co-authored-by: guillesanbri <[email protected]>
Close #10311