## Fix the Op info test for `linalg.det` 1. Find the line 113 of [test_ops.py](test/test_ops.py) and remove `linalg.det` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the failure. Please refer to [this guide](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/fixing_op_info_test.md) as guide to fix: Also refer to these PRs: * https://github.com/pytorch/xla/pull/7343 * https://github.com/pytorch/xla/pull/7312 * https://github.com/pytorch/xla/pull/7325
Fix the Op info test for
linalg.detlinalg.detfromskip_listpytest test/test_ops.pyPlease refer to
this guide as guide to fix:
Also refer to these PRs: