[Numpy-svn] [numpy/numpy] dc4539: BUG: Make numpy import when run with Python flag '...

GitHub noreply at github.com
Sat Oct 4 14:36:00 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: dc453917978e98dcdf3bbc106b080c80f0a1301e
      https://github.com/numpy/numpy/commit/dc453917978e98dcdf3bbc106b080c80f0a1301e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
    M numpy/lib/tests/test_function_base.py
    M numpy/lib/tests/test_utils.py
    M numpy/ma/extras.py

  Log Message:
  -----------
  BUG: Make numpy import when run with Python flag '-OO'.

This consists of checking for a docstring equal to None and skipping two
tests that require docstrings.

Closes #5148.


  Commit: 43ca904f79ced66552ff02e7e92da1c4566beadd
      https://github.com/numpy/numpy/commit/43ca904f79ced66552ff02e7e92da1c4566beadd
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
    M .travis.yml
    M tools/travis-test.sh

  Log Message:
  -----------
  TST: Add test with python flag -OO.


  Commit: ed228e68451106e0673ad050cf71942e90a831c3
      https://github.com/numpy/numpy/commit/ed228e68451106e0673ad050cf71942e90a831c3
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
    M .travis.yml
    M numpy/lib/tests/test_function_base.py
    M numpy/lib/tests/test_utils.py
    M numpy/ma/extras.py
    M tools/travis-test.sh

  Log Message:
  -----------
  Merge pull request #5149 from charris/fix-ma-docs-for-OO-option

BUG: Make numpy import when run with Python flag '-OO


Compare: https://github.com/numpy/numpy/compare/e1e9117c4921...ed228e684511


More information about the Numpy-svn mailing list