-
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
add torch tensor maximum instance method with its test #22805
add torch tensor maximum instance method with its test #22805
Conversation
Thanks for contributing to Ivy! 😊👏 |
@@ -288,16 +288,6 @@ def _get_dtype_and_multiplicative_matrices(draw): | |||
) | |||
|
|||
|
|||
@st.composite |
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.
Please do not remove any existing code!
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.
These lines prevents me from doing commits, the pre-commit tool catch those errors and block my commit.
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.
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.
Okay if this is the case, then please recommit without removing any code. This may be because of a failure from our side, but feel free to use the --no-verify
flag to commit if everything else is okay, but do not remove existing code. EDIT: I see Kareem's already shared this message and these changes have been made. LGTM as failures don't seem to be related to your PR, thanks for contributing!
Hi, thank you for contributing! There appear to be some failures on the CI. Could you please check these locally and see what shows up there. Further, it would be great if you could check off the items in the front end checklist by commenting |
Thanks for taking time to review my PR. I don't understand exactly what should I do regarding the checklist part, could you explain it more clearly. |
Please comment |
Frontend 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. Please note that the contributor is not expected to understand everything in the checklist. It's mainly here for the reviewer to make sure everything has been done correctly 🙂 LEGEND 🗺:
CHECKS 📑:
|
The test I provided passes locally, is that what you want me to check ? |
Hey @imessam, |
@KareemMAX |
Co-authored-by: Mohamed Essam <[email protected]> Co-authored-by: Kareem Morsy <[email protected]>
PR Description
Add torch tensor maximum instance method with its test,
Related Issue
Close #22742
Checklist