[Numpy-svn] [numpy/numpy] 3ea3de: TST: accept small error in threaded random test

GitHub noreply at github.com
Sat Sep 6 08:19:01 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 3ea3dece5a5ef586a07310e12236669220eada07
      https://github.com/numpy/numpy/commit/3ea3dece5a5ef586a07310e12236669220eada07
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M numpy/random/tests/test_random.py

  Log Message:
  -----------
  TST: accept small error in threaded random test

freebsd and windows change x87 precision mode (fctrl bit 8 and 9) from
extended to double in child threads so the random numbers cannot be
exactly the same from master and child threads.
see gh-4909


  Commit: c7961485532129e0f431a82ba4ed79b7c809e4bb
      https://github.com/numpy/numpy/commit/c7961485532129e0f431a82ba4ed79b7c809e4bb
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M numpy/random/tests/test_random.py

  Log Message:
  -----------
  Merge pull request #5051 from juliantaylor/thread-test-fix

TST: accept small error in threaded random test


Compare: https://github.com/numpy/numpy/compare/859d2f13c6a6...c79614855321


More information about the Numpy-svn mailing list