Skip to content

Commit

Permalink
Update tests/layer_tests/pytorch_tests/test_index_tensor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Kazantsev <[email protected]>
  • Loading branch information
daniil-lyakhov and rkazants authored Nov 25, 2024
1 parent 45acce7 commit e565bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/layer_tests/pytorch_tests/test_index_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def forward(self, x):

@pytest.mark.nightly
@pytest.mark.precommit_torch_export
@pytest.mark.parametrize('safe', [True, False], ids=['safe', 'unsafe'])
@pytest.mark.parametrize('safe', [True, False])
@pytest.mark.parametrize(('input_shape', 'indices_list'), [
([3, 7], [[0], [5, 3, 0]]),
([3, 7, 6], [[0], None, None]),
Expand Down

0 comments on commit e565bfd

Please sign in to comment.