Commit e7da19f
authored
Fix
The test failures are, unsurprisingly, related to high condition
numbers, as can be seen from running the tests many times in a loop and
displaying the condition number. We could set an appropriate relative
tolerance in the test below, or find a random seed that works. I tried
the second option here.LAPACK.posv! tests (#1192)1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
680 | | - | |
681 | | - | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
685 | | - | |
| 684 | + | |
| 685 | + | |
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| |||
0 commit comments