Skip to content

Commit 39aad83

Browse files
wooway777voltjia
authored andcommitted
issue/497 - fix comments
1 parent f844f76 commit 39aad83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/infinicore/framework/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def from_strided_tensor(cls, shape, strides, dtype=None):
6161

6262

6363
class TestCase:
64-
"""Test case with enhanced parsing support"""
64+
"""Test case"""
6565

6666
OUT_OF_PLACE = "out_of_place"
6767
IN_PLACE = "in_place"
@@ -215,7 +215,7 @@ def print_summary(self):
215215

216216

217217
class BaseOperatorTest(ABC):
218-
"""Enhanced base operator test with simplified test case parsing"""
218+
"""Base operator test"""
219219

220220
def __init__(self, operator_name):
221221
self.operator_name = operator_name

0 commit comments

Comments
 (0)