Commit d5ae201
committed
MNT: alternate method of identifying 0 length segments
Use length square being close to 0 rather than strict. I have a worry
that because we are using "close" for identifying the determinant is
0, if we use strict equality for the length, then we may pass through
the length check, but erroneously go through the den == 0 path.1 parent 9729ac2 commit d5ae201
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
839 | 842 | | |
840 | | - | |
| 843 | + | |
| 844 | + | |
841 | 845 | | |
842 | 846 | | |
843 | 847 | | |
| |||
0 commit comments