summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests/test_regression.py
Commit message (Collapse)AuthorAgeFilesLines
* ENH: linalg: convert non-native endian arrays to native-endian before ↵Pauli Virtanen2010-05-111-0/+9
| | | | handing them to lapack_lite
* BUG: fix #786, bad exception for wrong order for linalg.norm.David Cournapeau2009-03-021-0/+5
|
* Clean up test output such that a completely-passing test suite has no ↵Robert Kern2008-07-031-2/+0
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-171-2/+3
| | | | modules.
* Fix ordering assumption in regression test.Charles Harris2008-05-211-2/+4
|
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-4/+4
|
* Add regression for #627.David Cournapeau2008-03-211-1/+12
|
* Add regression test for #662.David Cournapeau2008-03-211-1/+12
|
* Add regression test for ticket #652.David Cournapeau2008-03-211-0/+34