[Numpy-svn] [numpy/numpy] 26768a: BUG: Fix assert statements in random.choice tests

GitHub noreply at github.com
Wed Mar 1 08:57:52 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 26768ae7066bb4417dd05de7747039edf3c116e1
      https://github.com/numpy/numpy/commit/26768ae7066bb4417dd05de7747039edf3c116e1
  Author: Marein Könings <marein at science.ru.nl>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  -----------
  BUG: Fix assert statements in random.choice tests

Unless I am very much mistaken these 'assert_(x,y)' calls should really be 'assert_equal(x,y)'.


  Commit: 05d99c83e5774b943797f00b8618bbd6f3ce11d4
      https://github.com/numpy/numpy/commit/05d99c83e5774b943797f00b8618bbd6f3ce11d4
  Author: Eric Wieser <wieser.eric at gmail.com>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  -----------
  Merge pull request #8718 from MareinK/random_choice_test_asserts

BUG: Fix assert statements in random.choice tests


Compare: https://github.com/numpy/numpy/compare/35d752cbd347...05d99c83e577


More information about the Numpy-svn mailing list