summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_classes.py
Commit message (Expand)AuthorAgeFilesLines
* Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-271-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* check also warning messagepatto902019-07-141-2/+3
* add test to hit RankWarning in polyutils._fitpatto902019-07-131-2/+12
* ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-0/+50
* TST: Replace yield tests in polynomial/tests/test_classes.Charles Harris2018-04-081-65/+49
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* MAINT: Do not use random when testing roots.Charles Harris2018-02-161-3/+3
* MAINT: Rename chebinterp to chebinterpolation and add test.Charles Harris2017-07-291-0/+25
* ENH: Use `__array_ufunc__ = None` in polynomial convenience classes.Charles Harris2017-04-271-0/+8
* TST: Add tests for check_fit with deg specified as listJonathan Underwood2016-01-181-0/+9
* MAINT: Fix blemishes in numpy/polynomial/tests revealed by pyflakes.Charles Harris2014-07-291-7/+21
* TST: Add tests for the polynomial classes true division.Charles Harris2014-05-031-22/+54
* STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-031-30/+30
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* BUG: Fix failure to return monic polynomials from roots.Charles Harris2013-07-021-1/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* TST: Remove docstring from test_class_methods.Charles Harris2012-01-091-17/+1
* ENH: Modify test classes to produce more informative test messages.Charles Harris2012-01-091-1/+19
* TST: Add tests for mismatched types, domains, and windows.Charles Harris2012-01-091-0/+39
* TST: Finish moving class tests into test_classes.Charles Harris2012-01-091-344/+448
* TST: Move more tests into numpy/polynomial/tests/test_classes.pyCharles Harris2012-01-091-61/+245
* TST: Add tests for basis and cast static class methods.Charles Harris2012-01-091-0/+193