summaryrefslogtreecommitdiff
path: root/numpy/ma/testutils.py
Commit message (Collapse)AuthorAgeFilesLines
* core : fixed a bug w/ array((0,0))/0.pierregm2008-04-301-1/+27
| | | | | | testutils : introduced assert_almost_equal/assert_approx_equal: use assert_almost_equal(a,b,decimal) to compare a and b up to decimal places use assert_approx_equal(a,b,decimal) to compare a and b up to b*10.**-decimal
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
|
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-2/+1
|
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+220