[Numpy-svn] [numpy/numpy] e8208b: MAINT: Make the qr raw mode test independent of th...

GitHub noreply at github.com
Fri Sep 13 15:36:05 EDT 2013


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: e8208b4a05fa18b2510b3af97afd2fc5585c87a5
      https://github.com/numpy/numpy/commit/e8208b4a05fa18b2510b3af97afd2fc5585c87a5
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M numpy/linalg/tests/test_linalg.py

  Log Message:
  -----------
  MAINT: Make the qr raw mode test independent of the LAPACK library.

The qr factorization is not unique and the values returned by the raw
mode may differ between LAPACK versions. Consequently, the results
cannot be checked against known values.

Closes #3703.


  Commit: fdda272cbd43c7dc525962cc91797bba220e0baa
      https://github.com/numpy/numpy/commit/fdda272cbd43c7dc525962cc91797bba220e0baa
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M numpy/linalg/tests/test_linalg.py

  Log Message:
  -----------
  Merge pull request #3734 from charris/backport-1.8-3723

Backport 1.8 3723


Compare: https://github.com/numpy/numpy/compare/815cca55f946...fdda272cbd43


More information about the Numpy-svn mailing list