[Numpy-svn] [numpy/numpy] 470647: TST, BUG: Make test_mvoid_multidim_print work for 3...

GitHub noreply at github.com
Fri Dec 11 13:53:07 EST 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 470647a368363769514b5c38825ae4daf3d7cadc
      https://github.com/numpy/numpy/commit/470647a368363769514b5c38825ae4daf3d7cadc
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M numpy/ma/tests/test_core.py

  Log Message:
  -----------
  TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems.

The test currently uses an `<i8` type which is converted to a Python
long integer when running on a 32 bit system with Python 2. That changes
the string printed by appending `L` to the printed integer value and
results in a failed test.


  Commit: ccb842593b41a7bc111f4e1eca0ad0975da07bfd
      https://github.com/numpy/numpy/commit/ccb842593b41a7bc111f4e1eca0ad0975da07bfd
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M numpy/ma/tests/test_core.py

  Log Message:
  -----------
  Merge pull request #6815 from charris/backport-6813

Backport 6813


Compare: https://github.com/numpy/numpy/compare/ca42ee3dc1aa...ccb842593b41


More information about the Numpy-svn mailing list