Skip to content
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

Union requires two or more type arguments #16396

Open
rubada opened this issue Jun 7, 2023 · 1 comment
Open

Union requires two or more type arguments #16396

rubada opened this issue Jun 7, 2023 · 1 comment
Assignees
Labels
Bug Report Report bugs detected in Ivy.

Comments

@rubada
Copy link
Contributor

rubada commented Jun 7, 2023

Bug Explanation

In the layers.py script, the mode argument in the interpolate method in class _ArrayWithLayersExperimental(abc.ABC) generate the above mentioned error.

Steps to Reproduce Bug

Path: ivy/data_classes/array/experimental/layers.py

Environment

Windows 11 using VS code.

Ivy Version

None

@rubada rubada added the Bug Report Report bugs detected in Ivy. label Jun 7, 2023
@AjayJohnAlex
Copy link

@rubada , the function documentation mentions mitchellcubic, lanczos3, lanczos5 & gaussian. But the list of arguments doesn't have these modes listed. Should these modes be added?

AjayJohnAlex added a commit to AjayJohnAlex/ivy that referenced this issue May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Report bugs detected in Ivy.
Projects
None yet
Development

No branches or pull requests

3 participants