-
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 minimum in mathematical function #3696
Conversation
@JLU-Neal Could we ready to merge plz check |
@JLU-Neal could you plz check my code plz |
@djl11 could you plz check my code and could we ready to merge 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.
@JLU-Neal Plz check my code
@juliagsy Could you plz review my code and check if we merge this |
Hey there! ahh sure, I'll review soon, sorry for the delay! |
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.
Hey there! Thanks for contributing! There are slight changes needed and you're almost good to go! As usual, please request my review once you're done! Thank you!
ivy/functional/frontends/numpy/mathematical_functions/extrema_finding.py
Outdated
Show resolved
Hide resolved
...tests/test_ivy/test_frontends/test_numpy/test_mathematical_functions/test_extrema_finding.py
Show resolved
Hide resolved
...tests/test_ivy/test_frontends/test_numpy/test_mathematical_functions/test_extrema_finding.py
Outdated
Show resolved
Hide resolved
...tests/test_ivy/test_frontends/test_numpy/test_mathematical_functions/test_extrema_finding.py
Outdated
Show resolved
Hide resolved
@juliagsy Plz review this I've try to resolve all issues |
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.
Hello! Great work so far! One last small fix and you're almost good to go! Please request my review again once you're done! Thanks a lot!
@handle_cmd_line_args | ||
@given( | ||
dtype_and_x=helpers.dtype_and_values( | ||
available_dtypes=ivy_np.valid_float_dtypes, |
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 also add a parameter num_arrays=2
in this helper functions
@juliagsy Thank You! for your guidance plz review the code I've fixes the issue |
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.
Thanks for contributing! I will merge the PR soon!
Add minimum mathematical function one of the tasks of #1525
resolves #3715