Skip to content

Commit

Permalink
fix: Typo fix for test case name
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Dixit <a.dixit91@gmail.com>
  • Loading branch information
andi4191 committed Mar 2, 2022
1 parent f8c8187 commit 2a516b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -180,7 +180,7 @@ def run_trt_compatibility_tests(session, use_host_env=False):
copy_model(session)
session.chdir(os.path.join(TOP_DIR, 'tests/py'))
tests = [
"test_trt_intercompatability.py",
"test_trt_intercompatibility.py",
"test_ptq_trt_calibrator.py",
]
for test in tests:
Expand Down
4 changes: 2 additions & 2 deletions tests/py/BUILD
Expand Up @@ -74,10 +74,10 @@ py_test(
)

py_test(
name = "test_trt_intercompatability",
name = "test_trt_intercompatibility",
srcs = [
"model_test_case.py",
"test_trt_intercompatability.py",
"test_trt_intercompatibility.py",
],
deps = [
requirement("torchvision"),
Expand Down
File renamed without changes.

0 comments on commit 2a516b2

Please sign in to comment.