-
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
Close #18063 (permuted in numpy frontend) #18205
Conversation
permuted testcommit from closed test PR(path: ivy_tests/test_ivy/test_frontends/test_numpy/test_random/test_functions)
|
Ookamice commented last week Also, please could you also comment "add_frontend_checklist" (no quotation marks). A bot should automatically edit your message to include the relevant checklist that you can also edit! 😄 |
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 📑:
|
Ookamice commented 3 hours ago Let me know if you have any questions regarding this 😄 |
Hi, could you please add tests for it? |
The test is pasted above as a comment since some issues occurred with me while committing twice to the same PR
|
@@ -177,6 +177,14 @@ def rayleigh(scale, size=None): | |||
return x | |||
|
|||
|
|||
@to_ivy_arrays_and_back | |||
@from_zero_dim_arrays_to_scalar | |||
def permuted(x, axes=None, out=None):#, copy=None): |
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.
It seems this function is not implemented properly. Could you please fix it?
This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days. |
This PR has been closed because it has been marked as stale for more than 7 days with no activity. |
Close #18063