Skip to content

Commit 2109afa

Browse files
authored
Rename the method test_torchscript (#16693)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
1 parent 40618ec commit 2109afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modeling_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def test_attention_outputs(self):
582582
)
583583

584584
@slow
585-
def test_torchscript(self):
585+
def test_torchscript_simple(self):
586586
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
587587
self._create_and_check_torchscript(config, inputs_dict)
588588

0 commit comments

Comments
 (0)