Skip to content

Commit 4f7a14f

Browse files
author
Ubuntu
committed
Add test cases
1 parent 714c184 commit 4f7a14f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/python/contrib/test_tensorrt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,5 +1332,4 @@ def get_maskrcnn_input(in_size: int) -> np.ndarray:
13321332

13331333

13341334
if __name__ == "__main__":
1335-
test_dynamic_reshape()
1336-
# pytest.main([__file__])
1335+
pytest.main([__file__])

0 commit comments

Comments
 (0)