Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ajakovljevicTT committed Jan 3, 2025
1 parent aaa4ac2 commit 895a20e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/TTIR/test_basic_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 895a20e

Please sign in to comment.