Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
itai-berman committed Jan 6, 2025
1 parent 7b23f4a commit 8301855
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def test_matmul_function(self):
MatMulFNetTest(self, [3, 1, 7, 1, 50, 100], [3, 10, 7, 5, 100, 80]).run_test()
MatMulOpNetTest(self, [3, 1, 7, 1, 50, 100], [3, 10, 7, 5, 100, 80]).run_test()


def test_broken_net(self):
"""
This test checks that the "broken" node (node without output) is being
Expand Down

0 comments on commit 8301855

Please sign in to comment.