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
==================================================================================== 20.0% of 5 passed ====================================================================================================================================================================== short test summary info ==================================================================================
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-jax-False-False] - ivy.utils.exceptions.IvyValueError: jax: matrix_norm: Invalid axis values ((0, 1, 2)) for jnp.linalg.norm.
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-tensorflow-False-False] - ivy.utils.exceptions.IvyValueError: tensorflow: matrix_norm: 'axis' must be None, an integer, or a tuple of 2 unique integers, got (0, 1, 2)
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-torch-False-False] - ivy.utils.exceptions.IvyBackendException: torch: matrix_norm: linalg.matrix_norm: dim must be a 2-tuple. Got 0 1 2
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-paddle-False-False] - RuntimeError: linalg.norm: If dim is specified, it must be of length 1 or 2. Got [0, 1, 2]
Issue: torch.linalg.norm can take axis of length 1 or 2 (in addition to None). Test allows for axis of length upto 5.
The text was updated successfully, but these errors were encountered:
Example of failed tests:
==================================================================================== 20.0% of 5 passed ====================================================================================================================================================================== short test summary info ==================================================================================
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-jax-False-False] - ivy.utils.exceptions.IvyValueError: jax: matrix_norm: Invalid axis values ((0, 1, 2)) for jnp.linalg.norm.
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-tensorflow-False-False] - ivy.utils.exceptions.IvyValueError: tensorflow: matrix_norm: 'axis' must be None, an integer, or a tuple of 2 unique integers, got (0, 1, 2)
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-torch-False-False] - ivy.utils.exceptions.IvyBackendException: torch: matrix_norm: linalg.matrix_norm: dim must be a 2-tuple. Got 0 1 2
FAILED ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py::test_torch_norm[cpu-paddle-False-False] - RuntimeError: linalg.norm: If dim is specified, it must be of length 1 or 2. Got [0, 1, 2]
Issue: torch.linalg.norm can take axis of length 1 or 2 (in addition to None). Test allows for axis of length upto 5.
The text was updated successfully, but these errors were encountered: