summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_old_ma.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove commented out code blocksgfyoung2015-12-201-58/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-3/+3
* STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.Charles Harris2015-07-251-14/+24
* MAINT: Simplify some uses of errstate context manager.Charles Harris2014-06-291-2/+1
* BUG, TST: Fix tests of ma.count return type.Charles Harris2014-05-101-8/+3
* Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)Marten van Kerkwijk2013-10-121-148/+146
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-14/+14
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-102/+84
* TST: fix some function name conflictsJulian Taylor2013-06-051-1/+1
* 2to3: Apply types fixer.Charles Harris2013-04-141-3/+2
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-4/+4
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-4/+4
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-3/+3
|/
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-5/+5
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: ma: Feedback from Derek about Python 3 failures in ma testsMark Wiebe2011-07-061-2/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-113/+113
* * fixed mvoid.__repr__pierregm2010-03-181-295/+301
* BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state afterCharles Harris2010-02-211-39/+48
* 3K: ENH: ma: fix str vs bytes and int issues in ma testsPauli Virtanen2010-02-211-2/+8
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-202/+202
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+4
* Removed unused imports.Alan McIntyre2008-09-091-1/+1
* ran reindentJarrod Millman2008-08-081-15/+15
* core:pierregm2008-07-211-22/+22
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-102/+117
* Fix one small error in test(all=1).Charles Harris2008-05-211-0/+1
* __float__ : raises a TypeError exception for arrays longer than 1pierregm2008-04-231-1/+1
* core: pierregm2008-04-071-1/+1
* Remove broken ma test.Stefan van der Walt2008-03-231-2/+0
* Remove .data comparisons in tests. Fix whitespace.Stefan van der Walt2008-02-071-2/+0
* Fix unit tests. Prevent nomask from being copied.Stefan van der Walt2007-12-211-8/+3
* API has changed for put and putmask; remove two outdated tests.Stefan van der Walt2007-12-161-12/+1
* Reformat docstrings for 80 columns.Stefan van der Walt2007-12-151-6/+6
* Pull in old tests.Stefan van der Walt2007-12-151-0/+873