summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/utils.py
Commit message (Expand)AuthorAgeFilesLines
* assert_array_compareMaxwell Aladago2019-09-061-7/+8
* BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802)CakeWithSteak2019-09-051-2/+7
* DEP: numpy.testing.rand (#14325)Maxwell Aladago2019-08-221-18/+1
* ENH: Improve mismatch message of np.testing.assert_array_equal (#14203)Tim Hoffmann2019-08-151-2/+5
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-1/+1
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-2/+2
* BUG: special case object arrays when printing rel-, abs-errormattip2019-05-271-4/+12
* Merge pull request #13518 from hmaarrfk/faster_array_compareEric Wieser2019-05-121-4/+3
|\
| * Ensure that reduced is a 1D arrayMark Harfouche2019-05-121-1/+1
| * Fixup: address eric-wieser's commentsMark Harfouche2019-05-121-5/+3
| * MNT: implement assert_array_compare without converting array to python list.Mark Harfouche2019-05-091-4/+5
* | DOC: testing: Mention the handling of nan in the assert_equal docstring.Warren Weckesser2019-05-051-0/+10
|/
* DOC: defaults in allclose not the same as in assert_allclose (#13395)Dieter Werthmüller2019-04-251-3/+3
* MAINT: move gc.collect to function (from review)mattip2019-04-191-1/+19
* DEV: add pypy3 to azure CImattip2019-04-161-0/+1
* ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-011-82/+121
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-3/+0
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-3/+2
* Merge pull request #12243 from liwt31/fix_misleading_msgMatti Picus2018-10-231-3/+6
|\
| * BUG: Fix misleading assert message in assert_almost_equal #12200wtli@Dirac2018-10-231-3/+6
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-11/+16
|/
* MAINT: Make assert_array_compare more generic.Charles Harris2018-08-171-6/+15
* BUG: Make assert_string_equal check str equality simply without regexSho Nakamura2018-07-141-2/+2
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-4/+4
* Merge pull request #11122 from mhvk/assert-array-comparison-with-maskedCharles Harris2018-06-071-41/+35
|\
| * MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-041-10/+13
| * BUG,MAINT: Ensure masked elements can be tested against nan and inf.Marten van Kerkwijk2018-05-271-38/+29
* | BUG: Import WarningMessage from warnings.Charles Harris2018-06-041-0/+1
* | MAINT: Remove dead code backporting py2.6 warningsEric Wieser2018-06-041-92/+0
|/
* TST: disable gc in refcount test (#11158)Matti Picus2018-05-241-5/+9
* BUG: Ensure that fully masked arrays pass assert_array_equal.Marten van Kerkwijk2018-05-191-1/+5
* BUG: Ensure the garbage is clear first in assert_no_gc_cyclesEric Wieser2018-04-151-1/+8
* ENH: Show the full list of leaked objectsEric Wieser2018-04-121-2/+21
* TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-121-1/+63
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-0/+2274