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 2, 2021
1 parent 08d479c commit 187da84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ def run_test_case(input, p):
run_test_case(a, p)
except numpy.linalg.LinAlgError:
# Numpy may fail to converge for some BLAS backends (although this is very rare)
# See the discussion in #67675
# See the discussion in https://github.com/pytorch/pytorch/issues/67675
pass

# test for 0x0 matrices. NumPy doesn't work for such input, we return 0
Expand Down

0 comments on commit 187da84

Please sign in to comment.