Skip to content

Commit fe36790

Browse files
committed
change
1 parent f8f50ad commit fe36790

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_unittests/ut_helpers/test_torch_test_helper.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ def test_replace_string_by_dynamic(self):
6262
proc = replace_string_by_dynamic(example)
6363
sproc = (
6464
str(proc)
65+
.replace(
66+
"_DimHint(type=<_DimHintType.DYNAMIC:3>,min=None,max=None,_factory=True)",
67+
"DYN",
68+
)
6569
.replace(",min=None,max=None,_factory=True", "")
6670
.replace("_DimHint(type=<_DimHintType.DYNAMIC: 3>)", "DYN")
6771
.replace(" ", "")

0 commit comments

Comments
 (0)