[Numpy-svn] [numpy/numpy] 60961d: BUG: allow for precision > 20 in longdouble repr

GitHub noreply at github.com
Wed Feb 22 17:27:56 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 60961dd49badde39f387b63d1b40514c87347f1c
      https://github.com/numpy/numpy/commit/60961dd49badde39f387b63d1b40514c87347f1c
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

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

  Log Message:
  -----------
  BUG: allow for precision > 20 in longdouble repr

Precision of repr set to 22 when longdouble != double, but this isn't
enough for double double (precision 33) or float128 (precision 34).  If
repr precision is not high enough to show eps value, skip the test.

Closes gh-7940.


  Commit: cd2446cbf34ffd48f19255b9c9751c2f18c52c6b
      https://github.com/numpy/numpy/commit/cd2446cbf34ffd48f19255b9c9751c2f18c52c6b
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

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

  Log Message:
  -----------
  BUG: re-enable test with duplicate name

test_longdouble had two tests called test_fromstring_foreign, so the
second was overwriting the first.  Rename the first so test gets run.


  Commit: 58d7c8cc7cb445ca3e5d4b650d738ea6476147ed
      https://github.com/numpy/numpy/commit/58d7c8cc7cb445ca3e5d4b650d738ea6476147ed
  Author: Eric Wieser <wieser.eric at gmail.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

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

  Log Message:
  -----------
  Merge pull request #8656 from matthew-brett/skip-repr-test

BUG: allow for precision > 17 in longdouble repr test


Compare: https://github.com/numpy/numpy/compare/171866e48d9c...58d7c8cc7cb4


More information about the Numpy-svn mailing list