summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_umath_complex.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-21MAINT: Remove use of unittest in NumPy tests.xoviat1-4/+4
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-43/+43
2017-07-24TST: Remove unittest dependencies in numpy/core/tests.Charles Harris1-7/+7
2015-07-25STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris1-12/+11
2015-07-25STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris1-1/+3
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-1/+1
2013-07-11MAINT: Use np.errstate context manager.Charles Harris1-52/+16
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-272to3: Replace xrange by range and use list(range(...)) where neededCharles Harris1-2/+2
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2013-01-02TST: skip floating point warning test failures on ARM. Closes gh-413.Ralf Gommers1-1/+1
2012-03-02TST: fix RuntimeWarnings due to invalid values in umath tests.Ralf Gommers1-23/+23
2011-09-08TST: skip umath complex tests on all platforms except linux. Closes #1926.Rui Pereira1-5/+1
2011-03-11TST: make the knownfail for TestClog unconditional on Windows.rgommers1-6/+6
2011-03-11TST: fix two divide-by-zero test warnings.rgommers1-2/+6
2010-11-08TST: mark cexp tests as knownfail on OS X PPC.rgommers1-1/+4
2010-10-20TST: core: disable C99 complex tests also on Solaris if it seems that the pla...Pauli Virtanen1-2/+5
2010-08-14TST: skip C99 nan/inf tests on Windows.rgommers1-0/+19
2010-02-21BUG: Fix unhandled divide-by-zero errors and invalid values in tests. Add someCharles Harris1-50/+116
2010-02-21BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state afterCharles Harris1-4/+8
2009-12-07BUG: Fix bugs in complex pow (fixes #1313)Pauli Virtanen1-0/+26
2009-11-04BUG: remove wrong unit test for clog.David Cournapeau1-6/+1
2009-11-04Remove assert_almost_equal_spec.David Cournapeau1-41/+20
2009-11-04Remove assert_equal_spec.David Cournapeau1-53/+2
2009-11-04Disable one cexp test which fails on most implementations.David Cournapeau1-3/+6
2009-11-04Fix assert_array_equal_spec for complex types.David Cournapeau1-1/+1
2009-11-04Fix bogus unit tests for csqrt.David Cournapeau1-3/+2
2009-11-04Add tests for cexp.David Cournapeau1-0/+94
2009-11-04Fix cabs tests.David Cournapeau1-7/+7
2009-11-04Simplify and fix assert_equal_spec to handle signed 0 and complex numbers cor...David Cournapeau1-51/+41
2009-11-04Fix signed zero handling in exact tests + handle carg value as a real, not a ...David Cournapeau1-31/+82
2009-11-04Add unit tests for special values for csqrt.David Cournapeau1-0/+75
2009-11-04Reformat unit tests for special values of cabs.David Cournapeau1-21/+25
2009-11-04Add test for ufunc _arg - will be used to test npymath carg implementation.David Cournapeau1-0/+74
2009-11-04Fix cabs tests.David Cournapeau1-12/+32
2009-11-04Fix _spec asserts when only one arg is nan and not the other.David Cournapeau1-4/+16
2009-11-04Move complex umath tests in separate file.David Cournapeau1-0/+205