We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f95723 commit d500f4aCopy full SHA for d500f4a
_unittests/ut_xrun_doc/test_torch_test_helper.py
@@ -94,6 +94,7 @@ def test_replace_string_by_dynamic(self):
94
sproc = (
95
str(proc)
96
.replace("_DimHint(type=<_DimHintType.DYNAMIC: 3>", "DYN")
97
+ .replace("<_DimHint.DYNAMIC:3>", "DYN")
98
.replace(" ", "")
99
)
100
self.assertEqual(
0 commit comments