Skip to content

Commit

Permalink
Update on "Fix failing test due to a bug in NumPy when using OpenBLAS"
Browse files Browse the repository at this point in the history
implementations

Fixes #67675

cc mruberry

[ghstack-poisoned]
  • Loading branch information
lezcano committed Nov 3, 2021
1 parent 187da84 commit 1a01df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ def run_test_case(input, p):
for p in norm_types:
try:
run_test_case(a, p)
except numpy.linalg.LinAlgError:
except np.linalg.LinAlgError:
# Numpy may fail to converge for some BLAS backends (although this is very rare)
# See the discussion in https://github.com/pytorch/pytorch/issues/67675
pass
Expand Down
2 changes: 1 addition & 1 deletion third_party/kineto

0 comments on commit 1a01df1

Please sign in to comment.