ivy
ivy copied to clipboard
Add ball random function in Jax frontend
Closes #16697
Closes #16697
If you are working on an open task, please edit the PR description to link to the issue you've created.
For more information, please check ToDo List Issues Guide.
Thank you :hugs:
Hey @hirwa-nshuti
I can run the test, but I got this error message: TypeError: 'int' object is not subscriptable
Hey @hirwa-nshuti
I think I have resolved the last issue by using the composition for generalized_normal and exponential
But now I got this error message when I try to run the test: TypeError: _ArrayWithStatistical.sum() takes 1 positional argument but 2 were given
I'm sorry to ask, but can you help me look at the problem Thank you
Hey @hirwa-nshuti
I think I have resolved the last issue by using the composition for generalized_normal and exponential
But now I got this error message when I try to run the test: TypeError: _ArrayWithStatistical.sum() takes 1 positional argument but 2 were given
I'm sorry to ask, but can you help me look at the problem Thank you
Check the ivy.sum
function to know how arguments are passed https://unify.ai/docs/ivy/docs/functional/ivy/statistical/ivy.functional.ivy.statistical.sum.html#sum
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.
Sorry, I'm still working on resolving all the issues. I'll request for review as soon as possible.