Skip to content

Commit 44c20b5

Browse files
committed
gh
1 parent d500f4a commit 44c20b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_xrun_doc/test_torch_test_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def test_replace_string_by_dynamic(self):
9494
sproc = (
9595
str(proc)
9696
.replace("_DimHint(type=<_DimHintType.DYNAMIC: 3>", "DYN")
97-
.replace("<_DimHint.DYNAMIC:3>", "DYN")
9897
.replace(" ", "")
98+
.replace("<_DimHint.DYNAMIC:3>", "DYN")
9999
)
100100
self.assertEqual(
101101
"{'input_ids':{0:DYN),1:DYN)},'attention_mask':({0:DYN),1:DYN)},),'position_ids':[{0:DYN),1:DYN)}]}",

0 commit comments

Comments
 (0)