Skip to content

Commit d500f4a

Browse files
committed
version
1 parent 9f95723 commit d500f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_unittests/ut_xrun_doc/test_torch_test_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ 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")
9798
.replace(" ", "")
9899
)
99100
self.assertEqual(

0 commit comments

Comments
 (0)