You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the layers.py script, the mode argument in the interpolate method in class _ArrayWithLayersExperimental(abc.ABC) generate the above mentioned error.
@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?
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
The text was updated successfully, but these errors were encountered: