[Numpy-svn] [numpy/numpy] fa25cf: MAINT: Refactor test_xerbla to hide printed error ...

GitHub noreply at github.com
Wed Sep 11 14:11:14 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: fa25cf7f1bf30b553197754505673600cd2dca31
      https://github.com/numpy/numpy/commit/fa25cf7f1bf30b553197754505673600cd2dca31
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

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

  Log Message:
  -----------
  MAINT: Refactor test_xerbla to hide printed error messages.

Combine the xerbla override tests with the previous _is_xerbla_safe
decorator. The xerbla checks are then made in a forked process where the
outputs are closed so that if xerbla prints a message it does not
appear.

It would be nice to figure out a Windows version of this test.

Closes #3704. Closes #3687.


  Commit: 5d2e8a0968592eb4ff6dddeb9a92326da205d779
      https://github.com/numpy/numpy/commit/5d2e8a0968592eb4ff6dddeb9a92326da205d779
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

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

  Log Message:
  -----------
  Merge pull request #3720 from charris/refactor-test_xerbla

MAINT: Refactor test_xerbla to hide printed error messages.


Compare: https://github.com/numpy/numpy/compare/dfd9f5f5cd08...5d2e8a096859


More information about the Numpy-svn mailing list