Skip to content

Commit

Permalink
Add test sub class
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRoseman committed Nov 9, 2022
1 parent 6dfb6e9 commit 4ac3881
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5180,7 +5180,8 @@ def test_argmax(
converter_input_type=converter_input_type,
)

class TestCopy:

class TestCopy(TorchBaseTest):
@pytest.mark.parametrize(
"backend, rank", itertools.product(backends, list(range(1, 6))),
)
Expand Down

0 comments on commit 4ac3881

Please sign in to comment.