Skip to content

Commit 5a7b27c

Browse files
committed
rename
1 parent 7a5b3be commit 5a7b27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_models/test_validate.py renamed to _unittests/ut_torch_models/test_validate_whole_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from onnx_diagnostic.tasks import supported_tasks
2222

2323

24-
class TestValidate(ExtTestCase):
24+
class TestValidateWholeModels(ExtTestCase):
2525
def test_get_inputs_for_task(self):
2626
fcts = supported_tasks()
2727
for task in self.subloop(sorted(fcts)):

0 commit comments

Comments
 (0)