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

Fix Frontend Failing Test: torch - linalg.cholesky_ex #28772

Closed
Daniel4078 opened this issue Jun 21, 2024 · 1 comment · Fixed by #28773
Closed

Fix Frontend Failing Test: torch - linalg.cholesky_ex #28772

Daniel4078 opened this issue Jun 21, 2024 · 1 comment · Fixed by #28773
Labels
Sub Task a sub task which is stemming from a ToDo list issue

Comments

@Daniel4078
Copy link
Contributor

No description provided.

@Daniel4078 Daniel4078 added the Sub Task a sub task which is stemming from a ToDo list issue label Jun 21, 2024
@Daniel4078
Copy link
Contributor Author

The current frontend does not return a named tuple as required, and the test itself fails when running:

ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py:353: in test_torch_cholesky_ex
    x = np.matmul(x.T, x) + np.identity(x.shape[0])  # make symmetric positive-definite
E   AttributeError: 'list' object has no attribute 'T'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sub Task a sub task which is stemming from a ToDo list issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant