summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Typo fix: expose memusage for nt OS.Pearu Peterson2007-06-081-6/+6
|
* assert_approx_equal used significant digit more than requested.Robert Kern2007-05-041-1/+1
|
* make printed errors from approx_array_* bettercookedm2006-07-141-1/+3
|
* `` -> repr in numpy.testingcookedm2006-07-141-2/+2
|
* Fix assert_array_compare to handle boolean return from equality testing ↵Travis Oliphant2006-07-061-4/+10
| | | | (which can happen)
* Make 'assert_equal' handle tuples (not only lists). Closes #163.Stefan van der Walt2006-06-301-1/+1
|
* Rework numpy.testing.utils.cookedm2006-06-141-86/+52
| | | | This tightens up equality tests a bit; some tests in numpy an scipy fail.
* Apply patch #137Travis Oliphant2006-06-121-6/+6
|
* clean up scalar assert_*_equal in numpy.distutils.utilcookedm2006-06-101-37/+37
|
* Removed win32all dependence from numpy/testing/utils.pyPearu Peterson2006-05-241-9/+11
|
* resolve ticket #89Travis Oliphant2006-05-091-6/+6
|
* Fix 2.3 compatibility on windows.Travis Oliphant2006-03-141-1/+1
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-5/+4
| | | | extraneous whitespace
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-241-6/+11
| | | | initiating Scipy/NumpyTest during imports.
* Added memusage() for os.name=='nt'Pearu Peterson2006-02-211-1/+32
|
* Added dict and list support to assert_equal when they contain arrays.Pearu Peterson2006-02-201-1/+13
|
* Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant2006-01-061-1/+6
|
* Change most setup.py filesTravis Oliphant2006-01-041-6/+6
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+210