Commit be7050d
authored
Fixed maximum recursion issue of test_linalg.py (#2713)
test_linalg.py tests fail with the following due to missing IFU from
commit
pytorch@cd949d1
Traceback (most recent call last):
File "/var/lib/jenkins/pytorch/test/test_linalg.py", line 112, in setUp
super(self.__class__, self).setUp()
File "/var/lib/jenkins/pytorch/test/test_linalg.py", line 112, in setUp
super(self.__class__, self).setUp()
File "/var/lib/jenkins/pytorch/test/test_linalg.py", line 112, in setUp
super(self.__class__, self).setUp()
[Previous line repeated 982 more times]
RecursionError: maximum recursion depth exceeded1 parent 88d78d1 commit be7050d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments