diff --git a/tests/TTIR/test_basic_ops.py b/tests/TTIR/test_basic_ops.py index 77f22ab..8adce54 100644 --- a/tests/TTIR/test_basic_ops.py +++ b/tests/TTIR/test_basic_ops.py @@ -107,7 +107,9 @@ def module_convert(a): ["input_shapes", "required_atol"], [([(3, 3), (3, 3)], 0.01), ([(3, 3, 3), (3, 3, 3)], 35e-2)], ) -@pytest.mark.skip("Currently fails, see issue: https://github.com/tenstorrent/tt-xla/issues/146") +@pytest.mark.skip( + "Currently fails, see issue: https://github.com/tenstorrent/tt-xla/issues/146" +) def test_div_op(input_shapes, required_atol): def module_div(a, b): return a / b