[Numpy-svn] [numpy/numpy] affeaf: TST: Silence some warning that turns up on OpenBSD...

GitHub noreply at github.com
Tue Sep 2 17:07:26 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: affeaf54bd08f42c87d966f03cbdc8a896d4e90f
      https://github.com/numpy/numpy/commit/affeaf54bd08f42c87d966f03cbdc8a896d4e90f
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  TST: Silence some warning that turns up on OpenBSD.

On OpenBSD with gcc-4.2 log1p(nan) raises an invalid value warning.
This PR disables both 'divide' and 'invalid' for the log1p tests.

Closes #5017.


  Commit: 588bcc41b7b13aeccbec5b323d18c84e8946d77b
      https://github.com/numpy/numpy/commit/588bcc41b7b13aeccbec5b323d18c84e8946d77b
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-09-02 (Tue, 02 Sep 2014)

  Changed paths:
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  Merge pull request #5020 from charris/disable-some-test-warnings

TST: Silence some warning that turns up on OpenBSD.


Compare: https://github.com/numpy/numpy/compare/4a501a066061...588bcc41b7b1


More information about the Numpy-svn mailing list