-
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
Paddlecreation2 #23049
Paddlecreation2 #23049
Conversation
Thanks for contributing to Ivy! 😊👏 |
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 🤗 |
Make sure the tests are passing, once you have fixed the supported dtype decorator. I'll be happy to re-review it =) |
I have put the correct dtype syncing with its version |
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.
The tests are not passing. You need to pass stratergies for the low and high positional arguments
E TypeError: random_uniform() missing 2 required positional arguments: 'low' and 'high'
E Falsifying example: test_paddle_random_uniform(
E on_device='cpu',
E backend_fw='jax',
E frontend='paddle',
E dtype_and_shape=(['int64'], [array(0)], ()),
E test_flags=FrontendFunctionTestFlags(
E num_positional_args=0,
E with_out=False,
E inplace=False,
E as_variable=[False],
E native_arrays=[False],
E test_compile=False,
E generate_frontend_arrays=False,
E transpile=False,
E precision_mode=False,
E ),
E fn_tree='ivy.functional.frontends.paddle.random_uniform',
E )
E
E You can reproduce this example by temporarily adding @reproduce_failure('6.84.1', b'AXicY2DAAAAAEwAB') as a decorator on your test case
PR random uniform
Related Issue paddle.tensor creation
Close #-[] 22965
Checklist
Socials: