Single-float tests have explicit single float numbers (start)
Change literal floats in tests from an unspecified precision to explicit single floats, so that if *read-default-float-format* is something other than 'single-float the tests will still pass. About half the failures now fixed. Function #'cdot is returning a pointer instead of a numerical value.
Showing
- tests/absolute-sum.lisp 7 additions, 8 deletionstests/absolute-sum.lisp
- tests/axpy.lisp 18 additions, 18 deletionstests/axpy.lisp
- tests/cdot.lisp 8 additions, 8 deletionstests/cdot.lisp
- tests/column.lisp 136 additions, 136 deletionstests/column.lisp
- tests/correlation.lisp 3 additions, 3 deletionstests/correlation.lisp
- tests/covariance.lisp 3 additions, 3 deletionstests/covariance.lisp
- tests/dot.lisp 11 additions, 11 deletionstests/dot.lisp
- tests/euclidean-norm.lisp 8 additions, 9 deletionstests/euclidean-norm.lisp
- tests/givens.lisp 66 additions, 63 deletionstests/givens.lisp
- tests/index-max.lisp 37 additions, 38 deletionstests/index-max.lisp
- tests/inverse-matrix-product.lisp 37 additions, 37 deletionstests/inverse-matrix-product.lisp
- tests/rank-1-update.lisp 37 additions, 21 deletionstests/rank-1-update.lisp
- tests/row.lisp 9 additions, 9 deletionstests/row.lisp
- tests/scale.lisp 20 additions, 20 deletionstests/scale.lisp
- tests/set-basis.lisp 8 additions, 8 deletionstests/set-basis.lisp
- tests/set-identity.lisp 11 additions, 11 deletionstests/set-identity.lisp
- tests/setf-column.lisp 15 additions, 15 deletionstests/setf-column.lisp
- tests/setf-row.lisp 15 additions, 16 deletionstests/setf-row.lisp
- tests/sort-matrix-largest.lisp 123 additions, 121 deletionstests/sort-matrix-largest.lisp
- tests/sort-matrix-smallest.lisp 123 additions, 122 deletionstests/sort-matrix-smallest.lisp
Loading
Please register or sign in to comment