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 8890150 commit b10de68Copy full SHA for b10de68
exir/tests/test_tensor.py
@@ -171,7 +171,7 @@ def test_allocation_info_fails(self) -> None:
171
)
172
for test_case in test_cases:
173
kwargs = test_case[0]
174
- with self.assertRaisesRegex(ValueError, test_case[1], msg=f"{kwargs}"):
+ with self.assertRaisesRegex(Exception, test_case[1], msg=f"{kwargs}"):
175
make_allocation_info(**kwargs)
176
177
def test_contiguous_stride_from_shape(self) -> None:
0 commit comments